Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp177 ScopedContextCreator ContextCreator(*this, tok::less, 12); in parseAngle()
312 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); in parseParens()
787 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare()
1168 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace()
2163 struct ScopedContextCreator { struct in clang::format::__anonadd98d890111::AnnotatingParser
2166 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() argument
2174 ~ScopedContextCreator() { in ~ScopedContextCreator() argument