Searched refs:getBufferName (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp82 << std::string(SourceMgr.getBufferName(FileStart)) << "";
H A DPPDirectives.cpp282 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) {
2354 if (SourceMgr.getBufferName(Loc) != "<built-in>") {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1386 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp198 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>";
H A DCodeGenModule.cpp2272 return EmitAnnotationString(SM.getBufferName(Loc));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp215 StringRef ActualFile = SM.getBufferName(Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1510 StringRef SourceManager::getBufferName(SourceLocation Loc, function in class:SourceManager

Completed in 147 milliseconds