Home
last modified time | relevance | path

Searched defs:FunctionRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Lower/
H A DConvertType.h44 class FunctionRef; variable
/llvm-project/flang/include/flang/Evaluate/
H A Dcall.h286 explicit FunctionRef(ProcedureRef &&pr) : ProcedureRef{std::move(pr)} {} in FunctionRef() function
284 CLASS_BOILERPLATE(FunctionRef) CLASS_BOILERPLATE() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15772 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue, DefineImplicitLambdaToFunctionPointerConversion() local