Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h60 Function *CurFunction;// The currently executing function member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2228 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local