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

Declarations

tools/clang/include/clang/Basic/SourceManager.h
 1418   StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2194   return EmitAnnotationString(SM.getBufferName(Loc));
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  191     return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>";
tools/clang/lib/Lex/PPDirectives.cpp
  282       (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) {
 2290   if (SourceMgr.getBufferName(Loc) != "<built-in>") {
tools/clang/lib/Lex/PPLexerChange.cpp
   84       << std::string(SourceMgr.getBufferName(FileStart)) << "";
tools/clang/tools/extra/clangd/Headers.cpp
   51         assert(SM.getBufferName(HashLoc).startswith("<") &&