Lines Matching defs:Microsoft
1625 } else if (Variety == "Microsoft") {
3784 std::vector<PairTy> Declspec, Microsoft, GNU, Pragma, HLSLAnnotation;
3796 else if (Variety == "Microsoft")
3797 Microsoft.emplace_back(R, SI);
3819 GenerateHasAttrSpellingStringSwitch(Microsoft, OS, "Microsoft");
4871 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11,
4919 } else if (Variety == "Microsoft") {
4920 Matches = &Microsoft;
4953 StringMatcher("Name", Microsoft, OS).Emit();
5080 Microsoft,
5103 .Case("Microsoft", SpellingKind::Microsoft)
5225 // TODO: List Microsoft (IDL-style attribute) spellings once we fully
5227 if (K == SpellingKind::Microsoft)