Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2684 bool standardAttributesAllowed() const { in standardAttributesAllowed() function
2693 if (!standardAttributesAllowed() || NextToken().isNot(tok::l_square)) in CheckProhibitedCXX11Attribute()
2701 if (!standardAttributesAllowed()) in CheckMisplacedCXX11Attribute()
2793 (standardAttributesAllowed() && isCXX11AttributeSpecifier())) {
2845 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) { in MaybeParseCXX11Attributes()
2854 if (standardAttributesAllowed() &&
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp3286 if (!standardAttributesAllowed() || !isCXX11AttributeSpecifier()) in ParseDeclarationSpecifiers()
5091 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) { in ParseEnumBody()
5802 if (standardAttributesAllowed() && (AttrReqs & AR_CXX11AttributesParsed) && in ParseTypeQualifierListOpt()
6973 } else if (standardAttributesAllowed()) { in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp4590 assert(standardAttributesAllowed()); in ParseCXX11Attributes()