Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h36 AS_Declspec, enumerator
142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
/external/clang/include/clang/Sema/
DAttributeList.h103 AS_Declspec, enumerator
371 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
/external/clang/lib/Parse/
DParseDecl.cpp510 AttributeList::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
517 SourceLocation(), AttributeList::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
593 AttributeList::AS_Declspec); in ParseMicrosoftDeclSpecs()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp650 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
657 SourceLocation(), ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
732 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecs()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp12943 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()