Lines Matching refs:Microsoft
1459 } else if (Variety == "Microsoft") {
3137 std::vector<Record *> Declspec, Microsoft, GNU, Pragma;
3150 else if (Variety == "Microsoft")
3151 Microsoft.push_back(R);
3169 OS << "case AttrSyntax::Microsoft:\n";
3171 GenerateHasAttrSpellingStringSwitch(Microsoft, OS, "Microsoft");
4040 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11,
4087 else if (Variety == "Microsoft")
4088 Matches = &Microsoft;
4118 StringMatcher("Name", Microsoft, OS).Emit();
4218 Microsoft,
4238 .Case("Microsoft", SpellingKind::Microsoft)
4345 // TODO: List Microsoft (IDL-style attribute) spellings once we fully
4347 if (K == SpellingKind::Microsoft)