Home | History | Annotate | Download | only in Sema

Lines Matching refs:ADL

2147   bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen);
2149 if (R.empty() && !ADL) {
2218 assert(!R.empty() || ADL);
2275 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2278 return BuildDeclarationNameExpr(SS, R, ADL);
2358 return BuildDeclarationNameExpr(SS, R, /* ADL */ false);
2679 // Turn off ADL when we find certain kinds of declarations during
2696 // turn off ADL anyway).
2746 // If this is a single, fully-resolved result and we don't need ADL,
4725 // FIXME: Will need to cache the results of name lookup (including ADL) in