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

References

tools/clang/lib/Sema/SemaInit.cpp
 3872   CandidateSet.clear(OverloadCandidateSet::CSK_InitByConstructor);
 3873   CandidateSet.setDestAS(DestType.getQualifiers().getAddressSpace());
 3905           /*ExplicitArgs*/ nullptr, Args, CandidateSet, SuppressUserConversions,
 3919                              CandidateSet, SuppressUserConversions,
 3958                 CandidateSet, AllowExplicit, AllowExplicit,
 3962                                      DestType, CandidateSet, AllowExplicit,
 3971   return CandidateSet.BestViableFunction(S, DeclLoc, Best);