Lines Matching defs:ADL
2789 bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen);
2791 if (R.empty() && !ADL) {
2862 assert(!R.empty() || ADL);
2903 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2906 return BuildDeclarationNameExpr(SS, R, ADL);
2978 return BuildDeclarationNameExpr(SS, R, /*ADL=*/false);
3129 // Turn off ADL when we find certain kinds of declarations during
3144 // turn off ADL anyway).
3205 // If this is a single, fully-resolved result and we don't need ADL,
6460 // Diagnose uses of the C++20 "ADL-only template-id call" feature in earlier
6847 "CUDAKernelCallExpr should not use ADL");