Searched defs:DtorType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1432 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; local
1433 CGF.CGM.getCXXABI().EmitVirtualDestructorCall(CGF, Dtor, DtorType,
H A DItaniumCXXABI.cpp147 CXXDtorType DtorType, SourceLocation CallLoc,
890 CXXDtorType DtorType,
893 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete);
896 = &CGM.getTypes().arrangeCXXDestructor(Dtor, DtorType);
899 = CGF.BuildVirtualCall(GlobalDecl(Dtor, DtorType), This, Ty);
888 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp131 CXXDtorType DtorType, SourceLocation CallLoc,
519 CXXDtorType DtorType,
522 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete);
535 DtorType == Dtor_Deleting);
517 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DCGClass.cpp1240 CXXDtorType DtorType = CurGD.getDtorType(); local
1246 if (DtorType == Dtor_Deleting) {
1270 switch (DtorType) {
1406 CXXDtorType DtorType) {
1412 if (DtorType == Dtor_Deleting) {
1433 if (DtorType == Dtor_Complete) {
1456 assert(DtorType == Dtor_Base);
1405 EnterDtorCleanups(const CXXDestructorDecl *DD, CXXDtorType DtorType) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp8469 const FunctionProtoType *DtorType = Destructor->getType()-> local
8471 if (DtorType->hasExceptionSpec())
8477 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo();

Completed in 147 milliseconds