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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  492     getSourceLocationLineAndColumn(PP, Loc, Line, Column);
  497       : Name(Other.Name), File(Other.File), Line(Other.Line),
  505     if (Line != Other.Line)
  505     if (Line != Other.Line)
  518     if (Line < Other.Line)
  518     if (Line < Other.Line)
  520     else if (Line > Other.Line)
  520     else if (Line > Other.Line)
  840       if ((I->File == CurrentHeaderHandle) && (I->Line == DirectiveLine))
  875       if ((I->File == SourceHandle) && (I->Line >= BlockStartLine) &&
  876           (I->Line < BlockEndLine)) {
  878         OS << SourcePath << ":" << I->Line << ":" << I->Column << ":\n";
  879         OS << getSourceLine(PP, FileID, I->Line) << "\n";
 1175         if (MacroInfo.DefinitionLocation.Line != ItemKey.Line) {
 1175         if (MacroInfo.DefinitionLocation.Line != ItemKey.Line) {
 1204       OS << *HeaderPaths[ItemKey.File] << ":" << ItemKey.Line << ":"