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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
 1058   StartColNo = map.byteToContainingColumn(StartColNo);
 1059   EndColNo = map.byteToContainingColumn(EndColNo);
 1098         unsigned HintCol = map.byteToContainingColumn(HintByteOffset);
 1229       CaretColNo = sourceColMap.byteToContainingColumn(CaretColNo - 1);