Searched refs:DeclareImplicitDestructor (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp601 DeclareImplicitDestructor(Class);
649 S.DeclareImplicitDestructor(const_cast<CXXRecordDecl *>(Record));
2470 DeclareImplicitDestructor(RD);
H A DSemaDeclCXX.cpp5362 S.DeclareImplicitDestructor(RD);
5936 DeclareImplicitDestructor(ClassDecl);
8568 CXXDestructorDecl *Sema::DeclareImplicitDestructor(CXXRecordDecl *ClassDecl) { function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3890 CXXDestructorDecl *DeclareImplicitDestructor(CXXRecordDecl *ClassDecl);

Completed in 183 milliseconds