Home
last modified time | relevance | path

Searched defs:isDeclspecAttribute (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/external/clang/include/clang/Sema/
DAttributeList.h371 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function