Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1079 std::string FullType = getTypeString(Type, Flags, Vector); in expandTypesInSignature() local
1080 ExpandedArg.push_back(FullType); in expandTypesInSignature()
1086 if (!Ext.empty() && TypeExtMap.find(FullType) == TypeExtMap.end()) { in expandTypesInSignature()
1087 TypeExtMap.insert({FullType, Ext}); in expandTypesInSignature()