Lines Matching refs:CallDescription
38 ento::CallDescription::CallDescription(CallDescriptionFlags Flags, in CallDescription() function in ento::CallDescription
51 ento::CallDescription::CallDescription(ArrayRef<const char *> QualifiedName, in CallDescription() function in ento::CallDescription
54 : CallDescription(CDF_None, QualifiedName, RequiredArgs, RequiredParams) {} in CallDescription()
56 bool ento::CallDescription::matches(const CallEvent &Call) const { in matches()
68 bool ento::CallDescription::matchesAsWritten(const CallExpr &CE) const { in matchesAsWritten()
76 bool ento::CallDescription::matchesImpl(const FunctionDecl *Callee, in matchesImpl()
93 const auto MatchNameOnly = [](const CallDescription &CD, in matchesImpl()
108 const CallDescription &CD) -> bool { in matchesImpl()
115 const auto MatchQualifiedNameParts = [](const CallDescription &CD, in matchesImpl()
156 std::initializer_list<CallDescription> &&List) { in CallDescriptionSet()
158 for (const CallDescription &CD : List) in CallDescriptionSet()