Home
last modified time | relevance | path

Searched refs:AS_Microsoft (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h46 AS_Microsoft, enumerator
127 static Form Microsoft() { return AS_Microsoft; } in Microsoft()
222 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4518 if (hasAttribute(AttributeCommonInfo::Syntax::AS_Microsoft, ScopeName, in ParseCXX11AttributeArgs()
4525 if (Form.getSyntax() != ParsedAttr::AS_Microsoft && in ParseCXX11AttributeArgs()
4994 AttributeCommonInfo::AS_Microsoft, in ParseMicrosoftAttributes()
5010 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_Microsoft); in ParseMicrosoftAttributes()