Lines Matching refs:Ext
752 for (StringRef Ext : ExtVec) { in EmitMacroChecks() local
753 if (Ext != ExtVec.front()) in EmitMacroChecks()
755 OS << "S.getPreprocessor().isMacroDefined(\"" << Ext << "\")"; in EmitMacroChecks()
1084 StringRef Ext = in expandTypesInSignature() local
1086 if (!Ext.empty() && TypeExtMap.find(FullType) == TypeExtMap.end()) { in expandTypesInSignature()
1087 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()
1136 for (StringRef Ext : ExtVec) { in emitExtensionGuard() local
1140 OS << " defined(" << Ext << ")"; in emitExtensionGuard()
1183 for (const auto Ext : ExtVec) { in emitTypeExtensionGuards() local
1184 ExtSet.insert(Ext); in emitTypeExtensionGuards()
1195 for (const auto Ext : ExtSet) { in emitTypeExtensionGuards() local
1198 OS << "defined(" << Ext << ")"; in emitTypeExtensionGuards()