Searched refs:standardAttributesAllowed (Results 1 – 3 of 3) sorted by relevance
2571 bool standardAttributesAllowed() const { in standardAttributesAllowed() function2580 if (!standardAttributesAllowed() || NextToken().isNot(tok::l_square)) in CheckProhibitedCXX11Attribute()2588 if (!standardAttributesAllowed()) in CheckMisplacedCXX11Attribute()2684 (standardAttributesAllowed() && isCXX11AttributeSpecifier())) {2694 (standardAttributesAllowed() && isCXX11AttributeSpecifier())) {2770 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) { in MaybeParseCXX11Attributes()2779 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) {2790 if (standardAttributesAllowed() &&
3108 if (!standardAttributesAllowed() || !isCXX11AttributeSpecifier()) in ParseDeclarationSpecifiers()4824 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) { in ParseEnumBody()5493 if (standardAttributesAllowed() && (AttrReqs & AR_CXX11AttributesParsed) && in ParseTypeQualifierListOpt()6628 } else if (standardAttributesAllowed()) { in ParseFunctionDeclarator()
4306 assert(standardAttributesAllowed()); in ParseCXX11Attributes()