Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp685 const FunctionProtoType *ConvProto in LookupDirect() local
687 assert(ConvProto && "Nonsensical conversion function template type"); in LookupDirect()
692 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo(); in LookupDirect()