Searched refs:TypeExtMap (Results 1 – 1 of 1) sorted by relevance
304 StringMap<StringRef> TypeExtMap; member in __anon871cd3b30111::OpenCLBuiltinFileEmitterBase1086 if (!Ext.empty() && TypeExtMap.find(FullType) == TypeExtMap.end()) { in expandTypesInSignature()1087 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()1178 StringRef TypeExt = TypeExtMap.lookup(Ty); in emitTypeExtensionGuards()