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

/external/clang/lib/AST/
H A DExprConstant.cpp436 /// BottomFrame - The frame in which evaluation started. This must be
438 CallStackFrame BottomFrame; member in struct:__anon17734::EvalInfo
513 BottomFrame(*this, SourceLocation(), nullptr, nullptr, nullptr),
544 // We will eventually hit BottomFrame, which has Index 1, so Frame can't
856 for (CallStackFrame *Frame = CurrentCall; Frame != &BottomFrame;

Completed in 90 milliseconds