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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp43 ScopedContextCreator ContextCreator(*this, tok::less, 10);
78 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1);
197 ScopedContextCreator ContextCreator(*this, tok::l_square, 10);
253 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1);
577 struct ScopedContextCreator { struct in class:clang::format::__anon3137::AnnotatingParser
580 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, function in struct:clang::format::__anon3137::AnnotatingParser::ScopedContextCreator
588 ~ScopedContextCreator() { P.Contexts.pop_back(); }

Completed in 40 milliseconds