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

References

tools/clang/lib/Analysis/CloneDetection.cpp
   24     : S(Stmt), D(D), StartIndex(StartIndex), EndIndex(EndIndex) {
   26   assert(StartIndex < EndIndex && "Given array should not be empty");