Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h62 Function *CurFunction;// The currently executing function member
71 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
H A DExecution.cpp2077 StackFrame.CurFunction = F; in callFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1497 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
1498 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1500 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()