Searched defs:NoteAllOverloadCandidates (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp8480 void Sema::NoteAllOverloadCandidates(Expr* OverloadedExpr, QualType DestType) { function in class:Sema
9898 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType);
9946 S.NoteAllOverloadCandidates(OvlExpr, TargetFunctionType);
10086 NoteAllOverloadCandidates(ovl);
10176 NoteAllOverloadCandidates(SrcExpr.get());

Completed in 218 milliseconds