Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h60 Function *CurFunction;// The currently executing function member
69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
H A DExecution.cpp2126 StackFrame.CurFunction = F; in callFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2051 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
2052 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2054 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()