Home
last modified time | relevance | path

Searched refs:isDeclspecAttribute (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h194 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp584 : A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2174 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
8309 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
9058 : AL.isDeclspecAttribute() in ProcessDeclAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp293 if (A->isDeclspecAttribute()) in mustPrintOnLeftSide()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp65 if (AL.isDeclspecAttribute()) in ParseTypeName()
1876 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()