Lines Matching defs:enclosing
72 Scope *enclosing; // enclosing Scope
78 LabelStatement *slabel; // enclosing labelled statement
79 SwitchStatement *sw; // enclosing switch statement
80 Statement *tryBody; // enclosing _body of TryCatchStatement or TryFinallyStatement
81 TryFinallyStatement *tf; // enclosing try finally statement
82 ScopeGuardStatement *os; // enclosing scope(xxx) statement
83 Statement *sbreak; // enclosing statement that supports "break"
84 Statement *scontinue; // enclosing statement that supports "continue"
99 TemplateInstance *tinst; // enclosing template instance