Home
last modified time | relevance | path

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

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