Home
last modified time | relevance | path

Searched defs:CurFunction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h62 Function *CurFunction;// The currently executing function member
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h65 Function *CurFunction;// The currently executing function member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h71 Function *CurFunction;// The currently executing function member
/external/clang/lib/Sema/
DSema.cpp1173 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local