Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp38 BlockParent = parent->BlockParent; in setFlags()
53 MSLastManglingParent = FnParent = BlockParent = nullptr; in setFlags()
70 if (flags & BlockScope) BlockParent = this; in setFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h266 if (auto *BlockParent = Info.getTopLevelParentCycle(Block)) { in run() local
269 if (BlockParent != NewCycle.get()) { in run()
272 << Info.Context.print(BlockParent->getHeader()) << "\n"); in run()
274 Info.moveTopLevelCycleToNewParent(NewCycle.get(), BlockParent); in run()
276 for (auto *ChildEntry : BlockParent->entries()) in run()
281 << Info.Context.print(BlockParent->getHeader()) << "\n"); in run()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h195 Scope *BlockParent; variable
296 Scope *getBlockParent() { return BlockParent; } in getBlockParent()
297 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent()