Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance
3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument3029 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual) in CheckVirtualDtorCall()
12410 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local12412 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
4813 bool IsDelete, bool CallCanBeVirtual,