Searched defs:matchesAny (Results 1 – 2 of 2) sorted by relevance
133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny() function139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny() function
234 std::function<bool(llvm::StringRef)> matchesAny(llvm::StringRef RegexFlag) { matchesAny() function