Home
last modified time | relevance | path

Searched refs:getCurrentFrame (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp48 Frame *InterpState::getCurrentFrame() { in getCurrentFrame() function in InterpState
51 return Parent.getCurrentFrame(); in getCurrentFrame()
H A DInterpState.h49 Frame *getSplitFrame() { return Parent.getCurrentFrame(); } in getSplitFrame()
50 Frame *getCurrentFrame() override;
H A DState.cpp129 const Frame *Top = getCurrentFrame(); in addCallStack()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1170 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame() function in __anonfb577fba0411::EvalInfo