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

References

tools/clang/lib/Analysis/CFG.cpp
 2998     LastBlock = VisitLogicalOperator(Cond, I, ThenBlock, ElseBlock).first;
 3017     LastBlock = addStmt(I->getCond());
 3023       LastBlock = addStmt(const_cast<DeclStmt *>(DS));
 3030     LastBlock = addStmt(Init);
 3033   return LastBlock;