HomeSort by: relevance | last modified time | path
    Searched refs:standardAttributesAllowed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2571 bool standardAttributesAllowed() const {
2580 if (!standardAttributesAllowed() || NextToken().isNot(tok::l_square))
2588 if (!standardAttributesAllowed())
2684 (standardAttributesAllowed() && isCXX11AttributeSpecifier())) {
2694 (standardAttributesAllowed() && isCXX11AttributeSpecifier())) {
2770 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) {
2779 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) {
2790 if (standardAttributesAllowed() &&
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 3108 if (!standardAttributesAllowed() || !isCXX11AttributeSpecifier())
4824 if (standardAttributesAllowed() && isCXX11AttributeSpecifier()) {
5493 if (standardAttributesAllowed() && (AttrReqs & AR_CXX11AttributesParsed) &&
6628 } else if (standardAttributesAllowed()) {
ParseDeclCXX.cpp 4306 assert(standardAttributesAllowed());

Completed in 27 milliseconds