Lines Matching defs:Ext
758 for (StringRef Ext : ExtVec) {
759 if (Ext != ExtVec.front())
761 OS << "S.getPreprocessor().isMacroDefined(\"" << Ext << "\")";
1080 StringRef Ext =
1082 if (!Ext.empty())
1083 TypeExtMap.try_emplace(FullType, Ext);
1131 for (StringRef Ext : ExtVec) {
1135 OS << " defined(" << Ext << ")";
1178 for (const auto Ext : ExtVec) {
1179 ExtSet.insert(Ext);
1190 for (const auto Ext : ExtSet) {
1193 OS << "defined(" << Ext << ")";