Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1059 const Expr *getLastCondition() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1914 if (const Expr *Condition = NB->getLastCondition()) { in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5927 const Expr *CFGBlock::getLastCondition() const { in getLastCondition() function in CFGBlock