Searched refs:FileNameRef (Results 1 – 3 of 3) sorted by relevance
208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local214 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
2222 StringRef FileNameRef = FileName; in parseExternModuleDecl() local2224 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()2227 FileNameRef = ModuleMapFileName; in parseExternModuleDecl()2229 if (auto File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()
1642 auto FileNameRef = StringRef(FileName); in addLibraries() local1643 if (!FileNameRef.endswith_insensitive(".dll")) in addLibraries()1647 NewLL.LibName = FileNameRef.drop_back(strlen(".dll")).str(); in addLibraries()