Searched refs:matchFilePath (Results 1 – 3 of 3) sorted by relevance
24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() function71 if (matchFilePath(Pat, FilePath.substr(J))) in matchFilePath()
17 bool matchFilePath(llvm::StringRef Pattern, llvm::StringRef FilePath);
659 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()