Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3976 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3979 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
15518 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local15520 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
6938 bool IsDelete, bool CallCanBeVirtual,