reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
 1805   } else if (AttributeCommonInfo::AS_Microsoft == Syntax) {
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
 2055     if (Name == "uuid" && getSyntax() == AttributeCommonInfo::AS_Microsoft && Scope == "")
tools/clang/include/clang/Basic/AttributeCommonInfo.h
  138   bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; }
tools/clang/lib/Parse/ParseDeclCXX.cpp
 4284                  ParsedAttr::AS_Microsoft);
tools/clang/lib/Sema/SemaType.cpp
 7973         Loc, AttributeCommonInfo::AS_Microsoft, IM));