Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp10840 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor() function in Sema
14209 if (CheckDestructor(Destructor)) { in DefineImplicitDestructor()
18482 CheckDestructor(DD); in MarkVTableUsed()
HDSemaDecl.cpp16138 CheckDestructor(Destructor); in ActOnFinishFunctionBody()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5570 bool CheckDestructor(CXXDestructorDecl *Destructor);