Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10350 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { in CheckDestructor() function in Sema
13393 if (CheckDestructor(Destructor)) { in DefineImplicitDestructor()
17286 CheckDestructor(DD); in MarkVTableUsed()
H A DSemaDecl.cpp14703 CheckDestructor(Destructor); in ActOnFinishFunctionBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7134 bool CheckDestructor(CXXDestructorDecl *Destructor);