HomeSort by relevance Sort by last modified time
    Searched refs:Cands (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclCXX.cpp 351 const SmallVectorImpl<std::pair<CXXMethodDecl *, Qualifiers> > &Cands) {
352 if (Cands.empty())
354 if (Cands.size() == 1)
355 return Cands[0].first;
357 unsigned Best = 0, N = Cands.size();
359 if (Cands[Best].second.compatiblyIncludes(Cands[I].second))
363 if (Cands[Best].second.compatiblyIncludes(Cands[I].second))
366 return Cands[Best].first
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 188 milliseconds