Searched refs:getDestructor (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp244 } else if (CXXDestructorDecl* dtor = record->getDestructor()) {
447 if (CXXDestructorDecl* dtor = record->getDestructor()) {
572 refcounted_path.begin()->back().Class->getDestructor()) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp228 if (CXXDestructorDecl *DD = RD->getDestructor())
/external/clang/lib/CodeGen/
H A DCGCXX.cpp99 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor();
H A DCGClass.cpp349 const CXXDestructorDecl *D = BaseClass->getDestructor();
1194 if (!BaseClassDecl->getDestructor()->hasTrivialBody())
1637 const CXXDestructorDecl *dtor = record->getDestructor();
1814 ClassDecl->getDestructor(),
1854 const CXXDestructorDecl *D = ClassDecl->getDestructor();
H A DCGDeclCXX.cpp97 CXXDestructorDecl *dtor = record->getDestructor();
H A DCGDecl.cpp1225 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor();
H A DCGException.cpp459 CXXDestructorDecl *DtorD = Record->getDestructor();
H A DCGExprCXX.cpp1401 Dtor = RD->getDestructor();
H A DCGBlocks.cpp1515 dtor = record->getDestructor();
H A DCGCall.cpp2315 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
H A DCGExpr.cpp251 ReferenceTemporaryDtor = ClassDecl->getDestructor();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp961 const CXXDestructorDecl *DD = RD->getDestructor();
974 cast<CXXBindTemporaryExpr>(E)->getTemporary()->getDestructor());
H A DSemaOpenMP.cpp2471 CXXDestructorDecl *DD = RD->getDestructor();
2599 CXXDestructorDecl *DD = RD->getDestructor();
2823 CXXDestructorDecl *DD = RD->getDestructor();
3207 CXXDestructorDecl *DD = RD->getDestructor();
H A DSemaDeclCXX.cpp4548 CXXDestructorDecl *dtor = Record->getDestructor();
5551 *Selected = RD->getDestructor();
9567 UserDeclaredOperation = RD->getDestructor();
12548 !Class->getDestructor()->isDefined() &&
12549 !Class->getDestructor()->isDeleted()) {
12550 CXXDestructorDecl *DD = Class->getDestructor();
H A DSemaLookup.cpp2391 CXXDestructorDecl *DD = RD->getDestructor();
2630 /// CXXRecordDecl::getDestructor().
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp423 CXXDestructorDecl* dtor = record_->getDestructor();
H A DBlinkGCPlugin.cpp1174 CXXDestructorDecl* dtor = info->record()->getDestructor();
1221 CXXDestructorDecl* dtor = info->record()->getDestructor();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp319 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor();
H A DExprEngine.cpp609 const CXXDestructorDecl *Dtor = RD->getDestructor();
/external/clang/lib/Analysis/
H A DCFG.cpp1114 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
3598 const CXXDestructorDecl *Dtor = E->getTemporary()->getDestructor();
3722 return classDecl->getDestructor();
3730 return classDecl->getDestructor();
3736 return temp->getDestructor();
/external/clang/lib/AST/
H A DDeclCXX.cpp1257 CXXDestructorDecl *CXXRecordDecl::getDestructor() const { function in class:CXXRecordDecl
1379 CXXMethodDecl *MD = RD->getDestructor();
H A DStmtProfile.cpp947 const_cast<CXXDestructorDecl *>(S->getTemporary()->getDestructor()));
H A DExpr.cpp3077 if (E->getTemporary()->getDestructor()->isTrivial()) {
/external/clang/include/clang/AST/
H A DDeclCXX.h1375 CXXDestructorDecl *getDestructor() const;
H A DExprCXX.h999 const CXXDestructorDecl *getDestructor() const { return Destructor; } function in class:clang::CXXTemporary

Completed in 4910 milliseconds

12