Searched refs:GetTypeOfFunction (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 2966 static QualType GetTypeOfFunction(Sema &S, const OverloadExpr::FindResult &R, in GetTypeOfFunction() function 3018 return GetTypeOfFunction(S, R, ExplicitSpec); in ResolveOverloadForDeduction() 3024 return GetTypeOfFunction(S, R, Viable); in ResolveOverloadForDeduction() 3056 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3721 static QualType GetTypeOfFunction(Sema &S, const OverloadExpr::FindResult &R, in GetTypeOfFunction() function 3774 return GetTypeOfFunction(S, R, ExplicitSpec); in ResolveOverloadForDeduction() 3780 return GetTypeOfFunction(S, R, Viable); in ResolveOverloadForDeduction() 3812 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction()
|