Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3817 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3820 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
H A DSemaOverload.cpp14446 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
14448 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6344 bool IsDelete, bool CallCanBeVirtual,