Searched defs:ControlParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h122 /// ControlParent - This is a direct link to the immediately
123 /// preceding ControlParent if this scope is not one, or null if
125 Scope *ControlParent; member in class:clang::Scope
207 Scope *getControlParent() { return ControlParent; }
208 const Scope *getControlParent() const { return ControlParent; }

Completed in 57 milliseconds