Searched refs:FileNameRef (Results 1 – 3 of 3) sorted by relevance
41 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()
213 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local219 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
1378 StringRef FileNameRef = EMD->Path; in parseModuleMapFile() local1380 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() local1853 if (llvm::sys::path::is_relative(FileNameRef)) { in handleExternModuleDecl()1856 FileNameRef = ModuleMapFileName; in handleExternModuleDecl()1858 if (auto File = SourceMgr.getFileManager().getOptionalFileRef(FileNameRef)) in handleExternModuleDecl()