Home
last modified time | relevance | path

Searched refs:isMicrosoftAttribute (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h143 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute() function
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp1624 AL.isMicrosoftAttribute()) in stripTypeAttributesOffDeclSpec()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp6190 if (AL.isMicrosoftAttribute()) // Check for [uuid(...)] spelling. in handleUuidAttr()