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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1059   std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(ExpanLoc);
 1060   const llvm::MemoryBuffer *MB = SM.getBuffer(LocInfo.first);
 1063   Lexer RawLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts,
 1075   const MacroInfo *MI = getMacroInfoForLocation(PP, SM, II, ExpanLoc);