Searched refs:FileNameRef (Results 1 – 2 of 2) sorted by relevance
127 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local135 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs()139 InMemoryFileSystem->addFile(FileNameRef, 0, in runToolOnCodeWithArgs()481 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local492 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()496 InMemoryFileSystem->addFile(FileNameRef, 0, in buildASTFromCodeWithArgs()
1593 StringRef FileNameRef = FileName; in parseExternModuleDecl() local1595 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()1598 FileNameRef = ModuleMapFileName; in parseExternModuleDecl()1600 if (const FileEntry *File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()