Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h61 Function *CurFunction;// The currently executing function member
70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
HDExecution.cpp2130 StackFrame.CurFunction = F; in callFunction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp1812 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
1813 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1815 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()