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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h60 Function *CurFunction;// The currently executing function member in struct:llvm::ExecutionContext
69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {}
H A DExecution.cpp2126 StackFrame.CurFunction = F;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1950 FunctionScopeInfo *CurFunction = getCurFunction(); local
1951 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
1953 CurFunction->CompoundScopes.pop_back();

Completed in 116 milliseconds