Home
last modified time | relevance | path

Searched refs:matchFilePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() function
85 if (matchFilePath(Pat, FilePath.substr(J))) in matchFilePath()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp663 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()