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

References

tools/clang/lib/Sema/SemaOverload.cpp
11906   assert(SrcExpr.get()->getType() == Context.OverloadTy);
11908   OverloadExpr::FindResult ovl = OverloadExpr::find(SrcExpr.get());
11914     if (DiagnoseUseOfDecl(fn, SrcExpr.get()->getBeginLoc())) {
11915       SrcExpr = ExprError();
11937       SrcExpr = ExprError();
11943         FixOverloadedFunctionReference(SrcExpr.get(), found, fn);
11950         SrcExpr = ExprError();
11963       NoteAllOverloadCandidates(SrcExpr.get());
11965       SrcExpr = ExprError();
11972   SrcExpr = SingleFunctionExpression;