Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp304 StringMap<StringRef> TypeExtMap; member in __anonb33cd94e0111::OpenCLBuiltinFileEmitterBase
1098 if (!Ext.empty() && !TypeExtMap.contains(FullType)) { in expandTypesInSignature()
1099 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()
1190 StringRef TypeExt = TypeExtMap.lookup(Ty); in emitTypeExtensionGuards()