Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1059 const Expr *getLastCondition() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2079 if (const Expr *Condition = NB->getLastCondition()) { in VisitNode()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp6223 const Expr *CFGBlock::getLastCondition() const { in getLastCondition() function in CFGBlock