Searched defs:ScopedContextCreator (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Format/ | ||
H A D | TokenAnnotator.cpp | 46 ScopedContextCreator ContextCreator(*this, tok::less, 10); 90 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); 237 ScopedContextCreator ContextCreator(*this, tok::l_square, 10); 303 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); 678 struct ScopedContextCreator { struct in class:clang::format::__anon17899::AnnotatingParser 681 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, function in struct:clang::format::__anon17899::AnnotatingParser::ScopedContextCreator 689 ~ScopedContextCreator() { P.Contexts.pop_back(); } |
Completed in 114 milliseconds