Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp3933 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3936 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
DSemaOverload.cpp14846 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
14848 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h6786 bool IsDelete, bool CallCanBeVirtual,