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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.cpp43 Frame *InterpState::getCurrentFrame() { function in class:InterpState
47 return Parent.getCurrentFrame();
H A DInterpState.h42 Frame *getSplitFrame() { return Parent.getCurrentFrame(); }
43 Frame *getCurrentFrame() override;
H A DState.h63 virtual Frame *getCurrentFrame() = 0;
H A DState.cpp128 Frame *Top = getCurrentFrame();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1111 interp::Frame *getCurrentFrame() override { return CurrentCall; }

Completed in 208 milliseconds