Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPLexerChange.cpp84 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
HDPPDirectives.cpp282 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()
2290 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1419 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp191 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
HDCodeGenModule.cpp2224 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp205 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp1429 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager