Lines Matching defs:FullPathName
183 SmallString<128> FullPathName(Directory->getName());
195 unsigned FullPathLength = FullPathName.size();
201 llvm::sys::path::append(FullPathName, RelativePathName);
202 if (auto File = GetFile(FullPathName))
215 FullPathName.resize(FullPathLength);
218 llvm::sys::path::append(FullPathName, RelativePathName);
219 return GetFile(FullPathName);
233 llvm::sys::path::append(FullPathName, RelativePathName);
234 auto NormalHdrFile = GetFile(FullPathName);
240 FullPathName.assign(Directory->getName());