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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp334 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, ReturnValueSlot ReturnValue, llvm::Value *This) argument
H A DCGExprCXX.cpp1416 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; local
H A DItaniumCXXABI.cpp861 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, ReturnValueSlot ReturnValue, llvm::Value *This) argument
H A DCGClass.cpp1245 CXXDtorType DtorType = CurGD.getDtorType(); local
1405 EnterDtorCleanups(const CXXDestructorDecl *DD, CXXDtorType DtorType) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8351 const FunctionProtoType *DtorType = Destructor->getType()-> local

Completed in 101 milliseconds