Home | History | Annotate | Download | only in AST

Lines Matching refs:Calls

268       // it actually calls. If it does have a simple move constructor, this
282 // it actually calls. If it does have a simple move assignment, this
988 DeclContext::lookup_result Calls = lookup(Name);
990 assert(!Calls.empty() && "Missing lambda call operator!");
991 assert(Calls.size() == 1 && "More than one lambda call operator!");
993 NamedDecl *CallOp = Calls.front();