Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp166 llvm::StringRef HeaderFilePath, in addModuleDescription() argument
171 DependentsVector &FileDependents = Dependencies[HeaderFilePath]; in addModuleDescription()
176 llvm::sys::path::native(HeaderFilePath, NativePath); in addModuleDescription()
181 FilePath = std::string(HeaderFilePath); in addModuleDescription()