Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3800 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3803 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
14426 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local14428 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
6277 bool IsDelete, bool CallCanBeVirtual,