Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h146 template <typename ReturnT, typename... ParamTs>
147 struct PointerLikeTypeTraits<ReturnT (*)(ParamTs...)>
148 : FunctionPointerLikeTypeTraits<4, ReturnT (*)(ParamTs...)> {};
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFunctionExtras.h73 template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
114 using CallPtrT = ReturnT (*)(void *CallableAddr,
213 static ReturnT CallImpl(void *CallableAddr,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6566 QualType ReturnT = Methods[b]->getReturnType(); in SelectBestMethod() local
6567 if (ReturnT->isObjCIdType()) in SelectBestMethod()