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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 2226   OverloadCandidateSet Candidates(R.getNameLoc(),
 2228   for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end();
 2228   for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end();
 2249   switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
 2253     if (S.CheckAllocationAccess(R.getNameLoc(), Range, R.getNamingClass(),
 2253     if (S.CheckAllocationAccess(R.getNameLoc(), Range, R.getNamingClass(),
 2270       return resolveAllocationOverload(S, R, Range, Args, PassAlignment,
 2281     if (R.getLookupName().getCXXOverloadedOperator() == OO_Array_New &&
 2283       R.clear();
 2284       R.setLookupName(S.Context.DeclarationNames.getCXXOperatorName(OO_New));
 2285       S.LookupQualifiedName(R, S.Context.getTranslationUnitDecl());
 2287       return resolveAllocationOverload(S, R, Range, Args, PassAlignment,
 2293       PartialDiagnosticAt PD(R.getNameLoc(), S.PDiag(diag::err_ovl_no_viable_function_in_call)
 2294           << R.getLookupName() << Range);
 2310                                           R.getNameLoc(), IsAligned);
 2312         Candidates.NoteCandidates(PD, S, OCD_AllCandidates, Args, "", R.getNameLoc(),
 2323           PartialDiagnosticAt(R.getNameLoc(),
 2325                                   << R.getLookupName() << Range),
 2333           PartialDiagnosticAt(R.getNameLoc(),
 2335                                   << R.getLookupName() << Range),