Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3978 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3981 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
15526 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local15528 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
8239 bool IsDelete, bool CallCanBeVirtual,