Home
last modified time | relevance | path

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

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