Searched refs:getBufferName (Results 1 – 7 of 7) sorted by relevance
84 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
337 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()2613 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
1424 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
259 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
2868 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
247 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
1505 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager