Searched refs:TypeExtMap (Results 1 – 1 of 1) sorted by relevance
304 StringMap<StringRef> TypeExtMap; member in __anonb33cd94e0111::OpenCLBuiltinFileEmitterBase1098 if (!Ext.empty() && !TypeExtMap.contains(FullType)) { in expandTypesInSignature()1099 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()1190 StringRef TypeExt = TypeExtMap.lookup(Ty); in emitTypeExtensionGuards()