Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3863 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3866 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
H A DSemaOverload.cpp14665 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
14667 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6634 bool IsDelete, bool CallCanBeVirtual,