Home
last modified time | relevance | path

Searched defs:Delegating (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp121 getCXXDestructorImplicitParam(CodeGenModule & CGM,llvm::BasicBlock * InsertBlock,llvm::BasicBlock::iterator InsertPoint,const CXXDestructorDecl * D,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
H A DCGCXXABI.cpp348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DCGClass.cpp463 bool Delegating) { in GetVTTParameter() argument
2122 bool Delegating, in EmitCXXConstructorCall() argument
2197 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
2321 EmitInlinedInheritingCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,bool ForVirtualBase,bool Delegating,CallArgList & Args) EmitInlinedInheritingCXXConstructorCall() argument
2513 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument
[all...]
H A DItaniumCXXABI.cpp1767 getImplicitConstructorArgs(CodeGenFunction & CGF,const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating) getImplicitConstructorArgs() argument
1784 getCXXDestructorImplicitParam(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
1792 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
[all...]
H A DMicrosoftCXXABI.cpp1629 getImplicitConstructorArgs(CodeGenFunction & CGF,const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating) getImplicitConstructorArgs() argument
1652 getCXXDestructorImplicitParam(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
1659 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
H A DCGExprCXX.cpp644 bool Delegating = false; EmitCXXConstructExpr() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1542 Delegating enumerator