Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3863 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3866 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
14665 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local14667 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
6634 bool IsDelete, bool CallCanBeVirtual,