Searched refs:getBufferName (Results 1 – 9 of 9) sorted by relevance
256 if (AST.getSourceManager().getBufferName(Loc).endswith( in TEST()
92 assert(SM.getBufferName(HashLoc).startswith("<") && in InclusionDirective()
83 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
356 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()2624 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
1419 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
257 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
2738 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
1496 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
246 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()