Home
last modified time | relevance | path

Searched refs:CallCanBeVirtual (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3978 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3981 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
H A DSemaOverload.cpp15526 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
15528 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8239 bool IsDelete, bool CallCanBeVirtual,