Searched refs:Invoker (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp982 DeclContext::lookup_const_result Invoker = lookup(Name); local
983 if (Invoker.empty()) return 0;
984 assert(Invoker.size() == 1 && "More than one static invoker operator!");
985 NamedDecl *InvokerFun = Invoker.front();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10313 CXXMethodDecl *Invoker = Lambda->getLambdaStaticInvoker(); local
10319 Invoker->getDescribedFunctionTemplate();
10327 Invoker = cast<CXXMethodDecl>(InvokeSpec);
10330 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
10343 Invoker->markUsed(Context);
10344 Invoker->setReferenced();
10345 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
10349 L->CompletedImplicitDefinition(Invoker);

Completed in 195 milliseconds