Home | History | Annotate | Download | only in AST

Lines Matching defs:Calls

979   DeclContext::lookup_result Calls = Record->lookup(Name);
980 assert(!Calls.empty() && "Missing lambda call operator!");
981 assert(Calls.size() == 1 && "More than one lambda call operator!");
982 CXXMethodDecl *Result = cast<CXXMethodDecl>(Calls.front());