Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2571 bool standardAttributesAllowed() const { in standardAttributesAllowed() function
2580 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() &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3108 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()
H A DParseDeclCXX.cpp4306 assert(standardAttributesAllowed()); in ParseCXX11Attributes()