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

References

tools/clang/include/clang/Lex/PreprocessingRecord.h
  412     SourceManager &getSourceManager() const { return SourceMgr; }
tools/clang/lib/Lex/PreprocessingRecord.cpp
  110       return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr);
  123                                           FID, SourceMgr);
  131                                         FID, SourceMgr);
  139   assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
  145   if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin()))
  171   assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
  212   if (SourceMgr.isLoadedSourceLocation(Loc))
  229     if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(),
  243   if (SourceMgr.isLoadedSourceLocation(Loc))
  247                              PPEntityComp<&SourceRange::getBegin>(SourceMgr));
  258             !SourceMgr.isBeforeInTranslationUnit(
  268       !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
  296     if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
  307                         PPEntityComp<&SourceRange::getBegin>(SourceMgr));