Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp84 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
H A DPPDirectives.cpp337 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()
2613 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1424 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp259 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
H A DCodeGenModule.cpp2868 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp247 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1505 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager