Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h312 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
313 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function