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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h203 Scope *getBlockParent() { return BlockParent; } function in class:clang::Scope
204 const Scope *getBlockParent() const { return BlockParent; } function in class:clang::Scope

Completed in 39 milliseconds