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

References

tools/clang/lib/Sema/SemaOverload.cpp
 7488   OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size());
 7493   std::copy(ParamTys, ParamTys + Args.size(), Candidate.BuiltinParamTypes);
 7498   Candidate.ExplicitCallArguments = Args.size();
 7499   for (unsigned ArgIdx = 0, N = Args.size(); ArgIdx != N; ++ArgIdx) {
 7516         = TryContextuallyConvertToBool(*this, Args[ArgIdx]);
 7519         = TryCopyInitialization(*this, Args[ArgIdx], ParamTys[ArgIdx],