Lines Matching defs:FilePath
69 SmallString<128> FilePath(File.begin(), File.end());
70 FS.makeAbsolute(FilePath);
71 path::remove_dots(FilePath, true);
72 FilePath = path::convert_to_slash(FilePath);
73 File = FilePath;
481 StringRef FilePath = FIF.getFile();
482 if (auto RelativeName = getRelativeIncludeName(CI, FilePath, &IsQuoted)) {
498 HeaderContents += FilePath;
500 KnownInputFiles.emplace_back(FilePath, true);