Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp189 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
195 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2168 StringRef FileNameRef = FileName; in parseExternModuleDecl() local
2170 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()
2173 FileNameRef = ModuleMapFileName; in parseExternModuleDecl()
2175 if (auto File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()