Searched defs:getCurrentFrame (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | InterpState.cpp | 36 Frame *InterpState::getCurrentFrame() { getCurrentFrame() function in InterpState |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 1165 interp::Frame *getCurrentFrame() override { return CurrentCall; } getCurrentFrame() function in __anon147cbbcc0411::EvalInfo |