Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument
3029 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual) in CheckVirtualDtorCall()
DSemaOverload.cpp12410 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local
12412 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
/external/clang/include/clang/Sema/
DSema.h4813 bool IsDelete, bool CallCanBeVirtual,