Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DInterpState.h45 const Frame *getBottomFrame() const override { in getBottomFrame() function
46 return Parent.getBottomFrame(); in getBottomFrame()
DState.h64 virtual const Frame *getBottomFrame() const = 0;
DState.cpp129 const Frame *Bottom = getBottomFrame(); in addCallStack()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1106 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame() function in __anon3f12a8aa0311::EvalInfo