Home | History | Annotate | Download | only in Sema

Lines Matching refs:ADL

2097   bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen);
2099 if (R.empty() && !ADL) {
2137 assert(!R.empty() || ADL);
2194 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2197 return BuildDeclarationNameExpr(SS, R, ADL);
2277 return BuildDeclarationNameExpr(SS, R, /* ADL */ false);
2599 // Turn off ADL when we find certain kinds of declarations during
2616 // turn off ADL anyway).
2667 // If this is a single, fully-resolved result and we don't need ADL,
4499 // FIXME: Will need to cache the results of name lookup (including ADL) in