Searched defs:FunctionRef (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Lower/ | ||
H A D | ConvertType.h | 44 class FunctionRef; variable |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | call.h | 286 explicit FunctionRef(ProcedureRef &&pr) : ProcedureRef{std::move(pr)} {} in FunctionRef() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 15772 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue, DefineImplicitLambdaToFunctionPointerConversion() local |