reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
13956                                         Best->FoundDecl, Method);
13962   ExprResult FnExpr = CreateFunctionRefExpr(*this, Method, Best->FoundDecl,
13967   QualType ResultTy = Method->getReturnType();
13973   if (CheckCallReturnType(Method->getReturnType(), OpLoc, TheCall, Method))
13973   if (CheckCallReturnType(Method->getReturnType(), OpLoc, TheCall, Method))
13976   if (CheckFunctionCall(Method, TheCall,
13977                         Method->getType()->castAs<FunctionProtoType>()))