Lines Matching defs:HeaderPath
98 StringRef HeaderPath = i->path();
100 return createStringError(ec, "unable to read: " + HeaderPath);
102 if (sys::fs::is_symlink_file(HeaderPath))
106 const StringRef Filename = sys::path::filename(HeaderPath);
111 if (FM.getOptionalDirectoryRef(HeaderPath))
112 SubDirectories.push_back(HeaderPath.str());
114 if (!isHeaderFile(HeaderPath))
118 if (FS.status(HeaderPath) == std::errc::no_such_file_or_directory)
121 auto IncludeName = createIncludeHeaderName(HeaderPath);
122 Lib.addHeaderFile(HeaderPath, Type,