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

References

tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
 1016   unsigned OldEndColNo = EndColNo;
 1018   if (EndColNo) {
 1020     EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;
 1027     InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo);