Home
last modified time | relevance | path

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

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