Home
last modified time | relevance | path

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

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