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

References

tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
 1001   SourceLocation InstantiationStart = SM.getExpansionLoc(Range.getBegin());
 1002   unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart);
 1004   SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd());
 1005   unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd);
 1010   if (SM.getFileID(InstantiationStart) != BugFileID ||
 1011       SM.getFileID(InstantiationEnd) != BugFileID)
 1015   unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd);
 1020     EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;