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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1358 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; local
H A DItaniumCXXABI.cpp1048 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp938 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DCGClass.cpp1268 CXXDtorType DtorType = CurGD.getDtorType(); local
1433 EnterDtorCleanups(const CXXDestructorDecl *DD, CXXDtorType DtorType) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8676 const FunctionProtoType *DtorType = Destructor->getType()-> local

Completed in 150 milliseconds