Home
last modified time | relevance | path

Searched refs:ExpectedFunctionType (Results 1 – 1 of 1) 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()