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

/external/clang/include/clang/Sema/
H A DScope.h118 /// BlockParent - This is a direct link to the immediately containing
120 Scope *BlockParent; member in class:clang::Scope
192 Scope *getBlockParent() { return BlockParent; }
193 const Scope *getBlockParent() const { return BlockParent; }

Completed in 90 milliseconds