Home | History | Annotate | Download | only in AST

Lines Matching refs:Invoker

1004   DeclContext::lookup_const_result Invoker = lookup(Name);
1005 if (Invoker.empty()) return nullptr;
1006 assert(Invoker.size() == 1 && "More than one static invoker operator!");
1007 NamedDecl *InvokerFun = Invoker.front();