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

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

Completed in 39 milliseconds