Home
last modified time | relevance | path

Searched refs:isStandardAttributeSyntax (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h215 bool isStandardAttributeSyntax() const { in isStandardAttributeSyntax() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp222 assert(isStandardAttributeSyntax()); in slidesFromDeclToDeclSpecLegacyBehavior()
H A DSemaType.cpp703 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) in distributeTypeAttrsFromDeclarator()
1846 if (AL.isStandardAttributeSyntax() && AL.isClangScope() && in ConvertDeclSpecToType()
8825 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) { in processTypeAttrs()
8831 assert(attr.isStandardAttributeSyntax()); in processTypeAttrs()
8859 if ((attr.isStandardAttributeSyntax() || in processTypeAttrs()
8869 if (attr.isStandardAttributeSyntax()) { in processTypeAttrs()
8953 if (attr.isStandardAttributeSyntax()) { in processTypeAttrs()
9046 if (attr.isStandardAttributeSyntax() || in processTypeAttrs()
H A DSemaDeclAttr.cpp2262 S.Diag(AL.getLoc(), AL.isStandardAttributeSyntax() in handleAnalyzerNoReturnAttr()
3166 if (AL.isStandardAttributeSyntax() && !AL.getScopeName()) { in handleWarnUnusedResult()
3195 !(AL.isStandardAttributeSyntax() && AL.isClangScope())) && in handleWarnUnusedResult()
8309 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
8381 if (AL.isStandardAttributeSyntax()) in handleNoSanitizeSpecificAttr()
9087 if (!AL.isStandardAttributeSyntax() && !AL.isRegularKeywordAttribute()) { in ProcessDeclAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp273 if (A->isStandardAttributeSyntax()) in canPrintOnLeftSide()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1975 return (AL.isStandardAttributeSyntax() || in Declarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1338 if (AL.isKnownToGCC() && !AL.isStandardAttributeSyntax()) in ParseFunctionDefinition()
H A DParseDecl.cpp1838 if (!AL.isStandardAttributeSyntax()) in ProhibitCXX11Attributes()
1853 if (PA.isStandardAttributeSyntax() || PA.isRegularKeywordAttribute()) in DiagnoseCXX11AttributeExtension()