|
clang 24.0.0git
|
This file implements the functionality of matching a file path name to a pattern, similar to the POSIX fnmatch() function. More...
#include "MatchFilePath.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| Top level wrappers for InstallAPI frontend operations. | |
| namespace | clang::format |
Functions | |
| bool | clang::format::matchFilePath (StringRef Pattern, StringRef FilePath) |
This file implements the functionality of matching a file path name to a pattern, similar to the POSIX fnmatch() function.
Definition in file MatchFilePath.cpp.