Searched refs:FileNameRef (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 132 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local 140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() 145 InMemoryFileSystem->addFile(FileNameRef, 0, in runToolOnCodeWithArgs() 504 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs() local 515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs() 519 InMemoryFileSystem->addFile(FileNameRef, 0, in buildASTFromCodeWithArgs()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 1595 StringRef FileNameRef = FileName; in parseExternModuleDecl() local 1597 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl() 1600 FileNameRef = ModuleMapFileName; in parseExternModuleDecl() 1602 if (const FileEntry *File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()
|