Home
last modified time | relevance | path

Searched refs:FileNameRef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h41 SourceLocation(StringRef FileNameRef, uint32_t Line) in SourceLocation()
42 : FileName(FileNameRef.str()), Line(Line) {} in SourceLocation()
58 SourceLocationRef(StringRef FileNameRef, uint32_t Line) in SourceLocationRef()
59 : FileName(FileNameRef), Line(Line) {} in SourceLocationRef()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp213 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
219 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1378 StringRef FileNameRef = EMD->Path; in parseModuleMapFile() local
1380 if (llvm::sys::path::is_relative(FileNameRef)) { in parseModuleMapFile()
1383 FileNameRef = ModuleMapFileName; in parseModuleMapFile()
1387 SourceMgr.getFileManager().getOptionalFileRef(FileNameRef)) { in parseModuleMapFile()
1851 StringRef FileNameRef = EMD.Path; in handleExternModuleDecl() local
1853 if (llvm::sys::path::is_relative(FileNameRef)) { in handleExternModuleDecl()
1856 FileNameRef = ModuleMapFileName; in handleExternModuleDecl()
1858 if (auto File = SourceMgr.getFileManager().getOptionalFileRef(FileNameRef)) in handleExternModuleDecl()