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

References

tools/clang/lib/Sema/SemaInit.cpp
 9810     return Candidates.BestViableFunction(*this, Kind.getLocation(), Best);
 9887     NoteDeletedFunction(Best->Function);
 9896         cast<CXXDeductionGuideDecl>(Best->Function)->isExplicit()) {
 9897       bool IsDeductionGuide = !Best->Function->isImplicit();
 9900       Diag(Best->Function->getLocation(),
 9908     DiagnoseUseOfDecl(Best->Function, Kind.getLocation());
 9909     MarkFunctionReferenced(Kind.getLocation(), Best->Function);
 9917       SubstAutoType(TSInfo->getType(), Best->Function->getReturnType());