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

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

Completed in 897 milliseconds