Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp638 bool IsCSharpAttributeSpecifier = in parseSquare() local
647 !IsCSharpAttributeSpecifier && Contexts.back().CanBeExpression && in parseSquare()
679 } else if (IsCSharpAttributeSpecifier) { in parseSquare()
740 Contexts.back().InCSharpAttributeSpecifier = IsCSharpAttributeSpecifier; in parseSquare()
749 if (IsCSharpAttributeSpecifier) { in parseSquare()