Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h194 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp636 : A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp1804 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
5748 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
6278 : AL.isDeclspecAttribute() in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp69 if (AL.isDeclspecAttribute()) in ParseTypeName()
1982 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()