Searched refs:ExpectedFunctionType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2080 QualType ExpectedFunctionType; in FindAllocationFunctions() local 2093 ExpectedFunctionType in FindAllocationFunctions() 2106 if (DeduceTemplateArguments(FnTmpl, nullptr, ExpectedFunctionType, Fn, in FindAllocationFunctions() 2112 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType)) in FindAllocationFunctions()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2673 QualType ExpectedFunctionType; in FindAllocationFunctions() local 2686 ExpectedFunctionType in FindAllocationFunctions() 2699 if (DeduceTemplateArguments(FnTmpl, nullptr, ExpectedFunctionType, Fn, in FindAllocationFunctions() 2706 ExpectedFunctionType, in FindAllocationFunctions() 2708 ExpectedFunctionType)) in FindAllocationFunctions()
|