Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3786 CheckVirtualDtorCall(PointeeRD->getDestructor(), StartLoc, in ActOnCXXDelete()
3977 void Sema::CheckVirtualDtorCall(CXXDestructorDecl *dtor, SourceLocation Loc, in CheckVirtualDtorCall() function in Sema
H A DSemaOverload.cpp15527 CheckVirtualDtorCall(DD, MemExpr->getBeginLoc(), /*IsDelete=*/false, in BuildCallToMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8238 void CheckVirtualDtorCall(CXXDestructorDecl *dtor, SourceLocation Loc,