Searched defs:CD1 (Results 1 – 2 of 2) sorted by relevance
133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()171 const CallDescription &CD1) { in matchesAnyAsWritten()178 const CallDescription &CD1, in matchesAnyAsWritten()
10574 const auto *CD1 = dyn_cast_or_null<CXXConstructorDecl>(Cand1.Function); in isBetterOverloadCandidate() local