Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1187 const FunctionProtoType *ConvProto in LookupDirect() local
1189 assert(ConvProto && "Nonsensical conversion function template type"); in LookupDirect()
1194 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo(); in LookupDirect()