Lines Matching refs:Ext
764 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local
765 if (Ext != ExtVec.front()) in EmitMacroChecks()
767 OS << "S.getPreprocessor().isMacroDefined(\"" << Ext << "\")"; in EmitMacroChecks()
1096 StringRef Ext = in expandTypesInSignature() local
1098 if (!Ext.empty() && !TypeExtMap.contains(FullType)) { in expandTypesInSignature()
1099 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()
1148 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local
1152 OS << " defined(" << Ext << ")"; in emitExtensionGuard()
1195 for (const auto Ext : ExtVec) { in emitTypeExtensionGuards() local
1196 ExtSet.insert(Ext); in emitTypeExtensionGuards()
1207 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
1210 OS << "defined(" << Ext << ")"; in emitTypeExtensionGuards()