Searched refs:FileNameRef (Results 1 – 3 of 3) sorted by relevance
25 const Token &IncludeToken, StringRef FileNameRef, in InclusionDirective() argument31 Inserter->addInclude(FileNameRef, IsAngled, HashLocation, in InclusionDirective()
208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local214 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
2189 StringRef FileNameRef = FileName; in parseExternModuleDecl() local2191 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()2194 FileNameRef = ModuleMapFileName; in parseExternModuleDecl()2196 if (auto File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()