Home | History | Annotate | Download | only in AST

Lines Matching defs:Caller

291     /// Parent - The caller of this stack frame.
292 CallStackFrame *Caller;
549 Frame = Frame->Caller;
824 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
833 Info.CurrentCall = Caller;
858 Frame = Frame->Caller, ++CallIdx) {
1154 /// \return \c true if the caller should keep evaluating.
8615 // itself; the caller checks whether the expression is evaluatable, and