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

Declarations

tools/clang/include/clang/Analysis/CloneDetection.h
  129   SourceLocation getEndLoc() const;

References

tools/clang/lib/Analysis/CloneDetection.cpp
   53       SM.isBeforeInTranslationUnit(Other.getEndLoc(), getEndLoc()) ||
   53       SM.isBeforeInTranslationUnit(Other.getEndLoc(), getEndLoc()) ||
   54       Other.getEndLoc() == getEndLoc();
   54       Other.getEndLoc() == getEndLoc();
   86   return SourceRange(getBeginLoc(), getEndLoc());