Home
last modified time | relevance | path

Searched refs:BlockParent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp38 BlockParent = parent->BlockParent; in setFlags()
54 MSLastManglingParent = FnParent = BlockParent = nullptr; in setFlags()
72 if (flags & BlockScope) BlockParent = this; in setFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h281 if (auto *BlockParent = Info.getTopLevelParentCycle(Block)) { in run() local
284 if (BlockParent != NewCycle.get()) { in run()
287 << Info.Context.print(BlockParent->getHeader()) << "\n"); in run()
289 Info.moveTopLevelCycleToNewParent(NewCycle.get(), BlockParent); in run()
291 for (auto *ChildEntry : BlockParent->entries()) in run()
296 << Info.Context.print(BlockParent->getHeader()) << "\n"); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h207 Scope *BlockParent; variable
312 Scope *getBlockParent() { return BlockParent; } in getBlockParent()
313 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent()