Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3800 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3803 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
H A DSemaOverload.cpp14426 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
14428 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6277 bool IsDelete, bool CallCanBeVirtual,