Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1059 const Expr *getLastCondition() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1859 if (const Expr *Condition = NB->getLastCondition()) { in VisitNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5934 const Expr *CFGBlock::getLastCondition() const { in getLastCondition() function in CFGBlock