Searched refs:getBufferName (Results 1 – 7 of 7) sorted by relevance
84 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
282 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()2290 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
1419 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
191 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
2224 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
205 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
1429 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager