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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10330 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), local
10332 assert(FunctionRef && "Can't refer to __invoke function?");
10333 Stmt *Return = ActOnReturnStmt(Conv->getLocation(), FunctionRef).take();

Completed in 54 milliseconds