Searched refs:matchesImpl (Results 1 – 3 of 3) sorted by relevance
60 return matchesImpl(FD, Call.getNumArgs(), Call.parameters().size()); in matches()68 return matchesImpl(FD, CE.getNumArgs(), FD->param_size()); in matchesAsWritten()113 bool ento::CallDescription::matchesImpl(const FunctionDecl *FD, size_t ArgCount, in matchesImpl() function in ento::CallDescription
111 template <typename T> bool matchesImpl(const CallEvent &Call) const { in matchesImpl() function in __anon83a18dc50111::RAIIMutexDescriptor125 return matchesImpl<CXXConstructorCall>(Call); in matches()127 return matchesImpl<CXXDestructorCall>(Call); in matches()
185 bool matchesImpl(const FunctionDecl *Callee, size_t ArgCount,