Searched refs:CallCanBeVirtual (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3026 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument 3029 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual) in CheckVirtualDtorCall()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3731 bool IsDelete, bool CallCanBeVirtual, in CheckVirtualDtorCall() argument 3734 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual || isUnevaluatedContext()) in CheckVirtualDtorCall()
|
D | SemaOverload.cpp | 14427 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction() local 14429 CallCanBeVirtual, /*WarnOnNonAbstractTypes=*/true, in BuildCallToMemberFunction()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4813 bool IsDelete, bool CallCanBeVirtual,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6130 bool IsDelete, bool CallCanBeVirtual,
|