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

Declarations

tools/clang/include/clang/Analysis/CloneDetection.h
  124   SourceLocation getBeginLoc() const;

References

tools/clang/lib/Analysis/CloneDetection.cpp
   47       SM.isBeforeInTranslationUnit(getBeginLoc(), Other.getBeginLoc()) ||
   47       SM.isBeforeInTranslationUnit(getBeginLoc(), Other.getBeginLoc()) ||
   48       getBeginLoc() == Other.getBeginLoc();
   48       getBeginLoc() == Other.getBeginLoc();
   86   return SourceRange(getBeginLoc(), getEndLoc());
  430       data_collection::getMacroStack(Seq.getBeginLoc(), Context);