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

References

tools/clang/include/clang/Analysis/CloneDetection.h
  101     if (S == nullptr)
  136     return std::tie(S, StartIndex, EndIndex) ==
  137            std::tie(Other.S, Other.StartIndex, Other.EndIndex);
  141     return std::tie(S, StartIndex, EndIndex) !=
  142            std::tie(Other.S, Other.StartIndex, Other.EndIndex);
tools/clang/lib/Analysis/CloneDetection.cpp
   60     return &S;
   62   auto CS = cast<CompoundStmt>(S);
   68     return reinterpret_cast<StmtSequence::iterator>(&S) + 1;
   70   auto CS = cast<CompoundStmt>(S);