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

References

tools/clang/lib/Sema/SemaLookup.cpp
 3219     auto CtorInfo = getConstructorInfo(Cand);
 3220     if (CXXMethodDecl *M = dyn_cast<CXXMethodDecl>(Cand->getUnderlyingDecl())) {
 3222         AddMethodCandidate(M, Cand, RD, ThisTy, Classification,
 3229         AddOverloadCandidate(M, Cand, llvm::makeArrayRef(&Arg, NumArgs), OCS,
 3232                  dyn_cast<FunctionTemplateDecl>(Cand->getUnderlyingDecl())) {
 3235             Tmpl, Cand, RD, nullptr, ThisTy, Classification,
 3243             Tmpl, Cand, nullptr, llvm::makeArrayRef(&Arg, NumArgs), OCS, true);
 3245       assert(isa<UsingDecl>(Cand.getDecl()) &&