Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp49 ScopedContextCreator ContextCreator(*this, tok::less, 10); in parseAngle()
104 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); in parseParens()
294 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare()
358 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace()
818 struct ScopedContextCreator { struct in clang::format::__anon7c513deb0111::AnnotatingParser
821 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() argument
829 ~ScopedContextCreator() { P.Contexts.pop_back(); } in ~ScopedContextCreator() argument