Home
last modified time | relevance | path

Searched refs:getLoopTarget (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h488 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1255 if (const Stmt *Loop = BE->getDst()->getLoopTarget()) { in GenerateExtensivePathDiagnostic()