Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp304 StringMap<StringRef> TypeExtMap; member in __anon442fd56c0111::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()