Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3933 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3936 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
14846 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local14848 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
6786 bool IsDelete, bool CallCanBeVirtual,