Home
last modified time | relevance | path

Searched defs:matchesAny (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny() function
139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny() function
/llvm-project/clang-tools-extra/include-cleaner/tool/
H A DIncludeCleaner.cpp234 std::function<bool(llvm::StringRef)> matchesAny(llvm::StringRef RegexFlag) { matchesAny() function