Searched refs:matchFilePath (Results 1 – 2 of 2) sorted by relevance
24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() function85 if (matchFilePath(Pat, FilePath.substr(J))) in matchFilePath()
663 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()