reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
   29   switch (LoopStmt->getStmtClass()) {
   33     return cast<ForStmt>(LoopStmt)->getCond();
   35     return cast<WhileStmt>(LoopStmt)->getCond();
   37     return cast<DoStmt>(LoopStmt)->getCond();