Searched defs:CallCanBeVirtual (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2994 /*IsDelete=*/true, /*CallCanBeVirtual=*/true,
3026 bool IsDelete, bool CallCanBeVirtual,
3029 if (!dtor || dtor->isVirtual() || !CallCanBeVirtual)
3025 CheckVirtualDtorCall(CXXDestructorDecl *dtor, SourceLocation Loc, bool IsDelete, bool CallCanBeVirtual, bool WarnOnNonAbstractTypes, SourceLocation DtorLoc) argument

Completed in 102 milliseconds