Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h39 AS_Microsoft, enumerator
146 bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; } in isMicrosoftAttribute()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp4274 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 DSemaType.cpp8790 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()