Home
last modified time | relevance | path

Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp128 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp458 bool ForVirtualBase, in GetVTTParameter()
2131 bool ForVirtualBase, in EmitCXXConstructorCall()
2205 const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, in EmitCXXConstructorCall()
2277 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2326 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2518 bool ForVirtualBase, in EmitCXXDestructorCall()
H A DCGCXXABI.cpp346 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1935 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1952 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1959 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1626 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1649 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1655 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp648 bool ForVirtualBase = false; in EmitCXXConstructExpr() local