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

References

tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h
   70   SourceManager &getSourceManager() const { return SourceMgr; }
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   29       CondDirectiveLocs, Range.getBegin(), CondDirectiveLoc::Comp(SourceMgr));
   33   if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
   38                            Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr));
   53   if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
   58       CondDirectiveLocs, Loc, CondDirectiveLoc::Comp(SourceMgr));
   66   if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
   70          SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),