Home
last modified time | relevance | path

Searched defs:ScopedContextCreator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnnotator.cpp907 struct ScopedContextCreator { struct in clang::format::__anon93c5f2210111::AnnotatingParser
908 AnnotatingParser &P;
910 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() function
918 ~ScopedContextCreator() { P.Contexts.pop_back(); } in ~ScopedContextCreator()