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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  118       : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {}
  231       SourceLocation Loc = Region.getBeginLoc();
  313       SourceLocation LocStart = Region.getBeginLoc();
  504     FileID StartFile = SM.getFileID(DR.getBeginLoc());
  517     if (DR.getBeginLoc() == DeferredEndLoc)
  522     if (!SpellingRegion(SM, DR.getBeginLoc(), DeferredEndLoc).isInSourceOrder())
  573         SourceLocation StartLoc = Region.getBeginLoc();
  621         assert(SM.isWrittenInSameFile(Region.getBeginLoc(), EndLoc));
  684                           return Region.getBeginLoc() == StartLoc &&
  736       SourceLocation Loc = I.getBeginLoc();
 1156     if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))