Lines Matching refs:Calls
283 // it actually calls. If it does have a simple move constructor, this
297 // it actually calls. If it does have a simple move assignment, this
1044 DeclContext::lookup_result Calls = lookup(Name);
1046 assert(!Calls.empty() && "Missing lambda call operator!");
1047 assert(Calls.size() == 1 && "More than one lambda call operator!");
1049 NamedDecl *CallOp = Calls.front();