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

References

tools/clang/lib/Analysis/CFG.cpp
 2948     ElseBlock = addStmt(Else);
 2950     if (!ElseBlock) // Can occur when the Else body has all NullStmts.
 2951       ElseBlock = sv.get();
 2998     LastBlock = VisitLogicalOperator(Cond, I, ThenBlock, ElseBlock).first;
 3012     addSuccessor(Block, ElseBlock, /* IsReachable = */ !KnownVal.isTrue());