Lines Matching defs:FilePath
443 // \param FilePath The file path, relative to the module map directory.
445 std::string ModularizeUtilities::getCanonicalPath(StringRef FilePath) {
446 std::string Tmp(replaceDotDot(FilePath));
485 void ModularizeUtilities::addUniqueProblemFile(std::string FilePath) {
486 FilePath = getCanonicalPath(FilePath);
489 if (TestFilePath == FilePath)
492 ProblemFileNames.push_back(FilePath);
497 void ModularizeUtilities::addNoCompileErrorsFile(std::string FilePath) {
498 FilePath = getCanonicalPath(FilePath);
499 GoodFileNames.push_back(FilePath);