Home
last modified time | relevance | path

Searched refs:getLastCondition (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGTest.cpp50 EXPECT_EQ(nullptr, Block->getLastCondition()); in TEST()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1060 const Expr *getLastCondition() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1920 if (const Expr *Condition = NB->getLastCondition()) { in VisitNode()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp6153 const Expr *CFGBlock::getLastCondition() const { in getLastCondition() function in CFGBlock