Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeInserter.cpp25 const Token &IncludeToken, StringRef FileNameRef, in InclusionDirective() argument
31 Inserter->addInclude(FileNameRef, IsAngled, HashLocation, in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs() local
214 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp2189 StringRef FileNameRef = FileName; in parseExternModuleDecl() local
2191 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()
2194 FileNameRef = ModuleMapFileName; in parseExternModuleDecl()
2196 if (auto File = SourceMgr.getFileManager().getFile(FileNameRef)) in parseExternModuleDecl()