Home
last modified time | relevance | path

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

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