Searched refs:FileNameRef (Results 1 – 2 of 2) sorted by relevance
126 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local129 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction, in runToolOnCodeWithArgs()133 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs()410 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local414 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, 0); in buildASTFromCodeWithArgs()417 Invocation.mapVirtualFile(FileNameRef, in buildASTFromCodeWithArgs()
1383 StringRef FileNameRef = FileName; in parseExternModuleDecl() local1385 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()1388 FileNameRef = ModuleMapFileName.str(); in parseExternModuleDecl()1390 if (const FileEntry *File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()