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

/external/clang/include/clang/Sema/
H A DScope.h124 Scope *AnyParent; member in class:clang::Scope
207 const Scope *getParent() const { return AnyParent; }
208 Scope *getParent() { return AnyParent; }

Completed in 32 milliseconds