Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp84 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
H A DPPDirectives.cpp356 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()
2742 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1450 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp281 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1454 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp339 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
H A DCodeGenModule.cpp3307 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()