Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp692 const bool IsInnerSquare = Contexts.back().InCpp11AttributeSpecifier; in parseSquare()
797 Contexts.back().InCpp11AttributeSpecifier = IsCpp11AttributeSpecifier; in parseSquare()
2113 bool InCpp11AttributeSpecifier = false; member