Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttributeCommonInfo.h195 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1983 AL.isMicrosoftAttribute()) in stripTypeAttributesOffDeclSpec()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp5391 if (AL.isMicrosoftAttribute()) // Check for [uuid(...)] spelling. in handleUuidAttr()