Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp552 bool IsCSharpAttributeSpecifier = in parseSquare() local
561 !IsCSharpAttributeSpecifier && Contexts.back().CanBeExpression && in parseSquare()
591 } else if (IsCSharpAttributeSpecifier) { in parseSquare()
654 Contexts.back().InCSharpAttributeSpecifier = IsCSharpAttributeSpecifier; in parseSquare()
660 if (IsCSharpAttributeSpecifier) in parseSquare()