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

/external/clang/include/clang/Sema/
H A DScope.h192 Scope *getBlockParent() { return BlockParent; } function in class:clang::Scope
193 const Scope *getBlockParent() const { return BlockParent; } function in class:clang::Scope

Completed in 87 milliseconds