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

References

tools/clang/lib/Sema/SemaOverload.cpp
12860       if (FnDecl) {
12866             FnDecl->getDeclName().getCXXOverloadedOperator();
12872             !FnDecl->getReturnType()->isBooleanType()) {
12874               << FnDecl->getReturnType() << BinaryOperator::getOpcodeStr(Opc)
12876           Diag(FnDecl->getLocation(), diag::note_declared_at);
12887             if (Cand.Viable && Cand.Function == FnDecl &&
12898                   Diag(FnDecl->getLocation(),
12908         if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) {
12915                                                      FnDecl->getParamDecl(0)),
12931                                                    FnDecl->getParamDecl(0)),
12939                                                      FnDecl->getParamDecl(1)),
12948         ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
12955         QualType ResultTy = FnDecl->getReturnType();
12963         if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall,
12964                                 FnDecl))
12970         if (isa<CXXMethodDecl>(FnDecl)) {
12979         checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray,
12980                   isa<CXXMethodDecl>(FnDecl), OpLoc, TheCall->getSourceRange(),
13002             Ctx.Entity = FnDecl;