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

References

tools/clang/lib/Sema/SemaOverload.cpp
12601     if (FnDecl) {
12607       if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
12621                                                       FnDecl->getParamDecl(0)),
12630       ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
12637       QualType ResultTy = FnDecl->getReturnType();
12646       if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
12646       if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
12649       if (CheckFunctionCall(FnDecl, TheCall,
12650                             FnDecl->getType()->castAs<FunctionProtoType>()))