Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScope.h203 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
204 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function