Home
last modified time | relevance | path

Searched refs:BlockExit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h254 class BlockExit : public ProgramPoint {
256 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit() function
269 BlockExit() = default;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp114 if (const auto *B = castAs<BlockExit>().getBlock()) { in getSourceLocation()