Home
last modified time | relevance | path

Searched refs:FileNameRef (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp130 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
133 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs()
137 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs()
419 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local
423 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, in buildASTFromCodeWithArgs()
427 Invocation.mapVirtualFile(FileNameRef, in buildASTFromCodeWithArgs()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1563 StringRef FileNameRef = FileName; in parseExternModuleDecl() local
1565 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()