Searched refs:getBufferName (Results 1 – 7 of 7) sorted by relevance
81 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
302 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()2381 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
1411 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
215 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
256 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
2490 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
1499 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager