Searched refs:standardAttributesAllowed (Results 1 – 3 of 3) sorted by relevance
2684 bool standardAttributesAllowed() const { in standardAttributesAllowed() function2693 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() &&
3286 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()
4590 assert(standardAttributesAllowed()); in ParseCXX11Attributes()