Searched refs:ScopedContextCreator (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 177 ScopedContextCreator ContextCreator(*this, tok::less, 12); in parseAngle() 315 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); in parseParens() 791 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare() 1178 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace() 2146 struct ScopedContextCreator { struct in clang::format::__anonadd98d890111::AnnotatingParser 2149 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() argument 2157 ~ScopedContextCreator() { in ~ScopedContextCreator() argument
|