Lines Matching defs:ADL
2750 bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen);
2752 if (R.empty() && !ADL) {
2823 assert(!R.empty() || ADL);
2864 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2867 return BuildDeclarationNameExpr(SS, R, ADL);
2939 return BuildDeclarationNameExpr(SS, R, /*ADL=*/false);
3090 // Turn off ADL when we find certain kinds of declarations during
3105 // turn off ADL anyway).
3166 // If this is a single, fully-resolved result and we don't need ADL,
6378 // Diagnose uses of the C++20 "ADL-only template-id call" feature in earlier
6759 "CUDAKernelCallExpr should not use ADL");