Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h250 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
251 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/external/llvm-project/clang/include/clang/Sema/
DScope.h259 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
260 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function