Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3667 CheckVirtualDtorCall(PointeeRD->getDestructor(), StartLoc, in ActOnCXXDelete()
3862 void Sema::CheckVirtualDtorCall(CXXDestructorDecl *dtor, SourceLocation Loc, in CheckVirtualDtorCall() function in Sema
H A DSemaOverload.cpp14666 CheckVirtualDtorCall(DD, MemExpr->getBeginLoc(), /*IsDelete=*/false, in BuildCallToMemberFunction()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6633 void CheckVirtualDtorCall(CXXDestructorDecl *dtor, SourceLocation Loc,