Home
last modified time | relevance | path

Searched refs:TypeExtMap (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp304 StringMap<StringRef> TypeExtMap; member in __anon871cd3b30111::OpenCLBuiltinFileEmitterBase
1086 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()