Searched refs:AS_Microsoft (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 39 AS_Microsoft, enumerator 146 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 4274 if (hasAttribute(AttributeCommonInfo::Syntax::AS_Microsoft, ScopeName, in ParseCXX11AttributeArgs() 4276 Syntax = ParsedAttr::AS_Microsoft; in ParseCXX11AttributeArgs() 4281 if (Syntax != ParsedAttr::AS_Microsoft && in ParseCXX11AttributeArgs() 4629 ParsedAttr::AS_Microsoft); in ParseMicrosoftUuidAttributeArgs() 4657 Actions.CodeCompleteAttribute(AttributeCommonInfo::AS_Microsoft, in ParseMicrosoftAttributes() 4671 ParsedAttr::getParsedKind(II, nullptr, ParsedAttr::AS_Microsoft); in ParseMicrosoftAttributes() 4685 ParsedAttr::AS_Microsoft); in ParseMicrosoftAttributes()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8790 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
|