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

References

tools/clang/lib/Lex/PreprocessingRecord.cpp
  496     EndLoc = FilenameRange.getBegin();
  498     EndLoc = FilenameRange.getEnd();
  500       EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
  500       EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
  506                                             SourceRange(HashLoc, EndLoc));