Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3574 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3577 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
13112 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local13114 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
5262 bool IsDelete, bool CallCanBeVirtual,