Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp142 ScopedContextCreator ContextCreator(*this, tok::less, 12); in parseAngle()
259 ScopedContextCreator ContextCreator(*this, tok::l_paren, 1); in parseParens()
701 ScopedContextCreator ContextCreator(*this, tok::l_square, BindingIncrease); in parseSquare()
837 ScopedContextCreator ContextCreator(*this, tok::l_brace, 1); in parseBrace()
1647 struct ScopedContextCreator { struct in clang::format::__anon04924c560111::AnnotatingParser
1650 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator() function
1658 ~ScopedContextCreator() { in ~ScopedContextCreator() argument