Lines Matching defs:Declspec
1615 } else if (Variety == "Declspec") {
3751 std::vector<std::pair<const Record *, FlattenedSpelling>> Declspec, Microsoft,
3765 else if (Variety == "Declspec")
3766 Declspec.emplace_back(R, SI);
3787 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec");
4812 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11,
4825 // attribute can be spelled GNU<"dllexport"> and Declspec<"dllexport">
4856 else if (Variety == "Declspec")
4857 Matches = &Declspec;
4889 StringMatcher("Name", Declspec, OS).Emit();
5018 Declspec,
5041 .Case("Declspec", SpellingKind::Declspec)