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.h42 AS_Microsoft, enumerator
116 static Form Microsoft() { return AS_Microsoft; } in Microsoft()
195 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4689 if (hasAttribute(AttributeCommonInfo::Syntax::AS_Microsoft, ScopeName, in ParseCXX11AttributeArgs()
4696 if (Form.getSyntax() != ParsedAttr::AS_Microsoft && in ParseCXX11AttributeArgs()
5123 AttributeCommonInfo::AS_Microsoft, in ParseMicrosoftAttributes()
5137 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_Microsoft); in ParseMicrosoftAttributes()