Home | History | Annotate | Download | only in AST

Lines Matching refs:Invoker

1061   DeclContext::lookup_result Invoker = lookup(Name);
1062 if (Invoker.empty()) return nullptr;
1063 assert(Invoker.size() == 1 && "More than one static invoker operator!");
1064 NamedDecl *InvokerFun = Invoker.front();