Home
last modified time | relevance | path

Searched refs:isCXX11Attribute (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h171 bool isCXX11Attribute() const { in isCXX11Attribute() function
180 return isCXX11Attribute() || isC2xAttribute(); in isStandardAttributeSyntax()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp46 if (!S.getLangOpts().CPlusPlus17 && A.isCXX11Attribute() && in handleFallThroughAttr()
279 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()
288 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
H A DSemaDeclAttr.cpp2320 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()
8082 if (!S.getLangOpts().CPlusPlus14 && AL.isCXX11Attribute() && !AL.isGNUScope()) in handleDeprecatedAttr()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp767 if (OnDefinition && !Attrs.empty() && !Attrs.begin()->isCXX11Attribute() && in ParseLexedAttribute()
H A DParseDecl.cpp1706 if (!AL.isCXX11Attribute() && !AL.isC2xAttribute()) in ProhibitCXX11Attributes()
1721 if (PA.isCXX11Attribute() || PA.isC2xAttribute()) in DiagnoseCXX11AttributeExtension()
3253 if (!PA.isCXX11Attribute() && !PA.isC2xAttribute()) in ParseDeclarationSpecifiers()
H A DParseDeclCXX.cpp2532 if (AL.isKnownToGCC() && !AL.isCXX11Attribute()) in ParseCXXMemberDeclaratorBeforeInitializer()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2610 if (AL.isCXX11Attribute()) in getCXX11AttributeRanges()