Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp589 bool IsCSharpAttributeSpecifier = in parseSquare() local
598 !IsCSharpAttributeSpecifier && Contexts.back().CanBeExpression && in parseSquare()
628 } else if (IsCSharpAttributeSpecifier) { in parseSquare()
690 Contexts.back().InCSharpAttributeSpecifier = IsCSharpAttributeSpecifier; in parseSquare()
696 if (IsCSharpAttributeSpecifier) { in parseSquare()