Searched refs:ScopedContextCreator (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Format/ |
D | TokenAnnotator.cpp | 46 ScopedContextCreator ContextCreator(*this, tok::less, 10); in parseAngle() 95 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); in parseParens() 258 ScopedContextCreator ContextCreator(*this, tok::l_square, 10); in parseSquare() 332 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace() 754 struct ScopedContextCreator { struct in clang::format::__anon7c513deb0111::AnnotatingParser 757 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() argument 765 ~ScopedContextCreator() { P.Contexts.pop_back(); } in ~ScopedContextCreator() argument
|