Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DTooling.cpp126 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
129 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction, in runToolOnCodeWithArgs()
133 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs()
410 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local
414 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, 0); in buildASTFromCodeWithArgs()
417 Invocation.mapVirtualFile(FileNameRef, in buildASTFromCodeWithArgs()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DModuleMap.cpp1383 StringRef FileNameRef = FileName; in parseExternModuleDecl() local
1385 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()