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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp84 << std::string(SourceMgr.getBufferName(FileStart)) << "";
H A DPPDirectives.cpp282 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) {
2290 if (SourceMgr.getBufferName(Loc) != "<built-in>") {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1419 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1429 StringRef SourceManager::getBufferName(SourceLocation Loc, function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp191 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>";
H A DCodeGenModule.cpp2224 return EmitAnnotationString(SM.getBufferName(Loc));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp205 StringRef ActualFile = SM.getBufferName(Loc);

Completed in 266 milliseconds