Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp81 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
H A DPPDirectives.cpp302 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()
2381 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1411 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp215 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp256 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
H A DCodeGenModule.cpp2490 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1499 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager