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

/external/clang/lib/AST/
H A DExprConstant.cpp367 /// BottomFrame - The frame in which evaluation started. This must be
369 CallStackFrame BottomFrame; member in struct:__anon3624::EvalInfo
394 BottomFrame(*this, SourceLocation(), 0, 0, 0),
425 // We will eventually hit BottomFrame, which has Index 1, so Frame can't
634 for (CallStackFrame *Frame = CurrentCall; Frame != &BottomFrame;

Completed in 107 milliseconds