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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3184   void NoteAllOverloadCandidates(Expr *E, QualType DestType = QualType(),

References

tools/clang/lib/Sema/SemaCast.cpp
  999       Self.NoteAllOverloadCandidates(SrcExpr.get());
 1065       Self.NoteAllOverloadCandidates(SrcExpr.get());
 2527         Self.NoteAllOverloadCandidates(SrcExpr.get());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3052         S.NoteAllOverloadCandidates(ULE);
tools/clang/lib/Sema/SemaExpr.cpp
14830     NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression,
tools/clang/lib/Sema/SemaOverload.cpp
11615       S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType,
11665     S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType,
11877         NoteAllOverloadCandidates(ovl);
11963       NoteAllOverloadCandidates(SrcExpr.get());