Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h146 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1744 AL.isMicrosoftAttribute()) in stripTypeAttributesOffDeclSpec()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6924 if (AL.isMicrosoftAttribute()) // Check for [uuid(...)] spelling. in handleUuidAttr()