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

/external/clang/lib/Sema/
H A DSemaOverload.cpp2986 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
3175 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
4151 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
5432 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) {
8353 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, function in class:OverloadCandidateSet
10328 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
10655 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best);
10751 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10960 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
11187 switch (CandidateSet.BestViableFunction(*thi
[all...]

Completed in 67 milliseconds