Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2080 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/
DSemaExprCXX.cpp2673 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()