Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
214 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/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()