Searched refs:FileNameRef (Results 1 – 2 of 2) sorted by relevance
130 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local133 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs()137 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs()419 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local423 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()427 Invocation.mapVirtualFile(FileNameRef, in buildASTFromCodeWithArgs()
1563 StringRef FileNameRef = FileName; in parseExternModuleDecl() local1565 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()1568 FileNameRef = ModuleMapFileName.str(); in parseExternModuleDecl()1570 if (const FileEntry *File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()