Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp462 bool ForVirtualBase, in GetVTTParameter()
2122 bool ForVirtualBase, in EmitCXXConstructorCall()
2197 bool ForVirtualBase, in EmitCXXConstructorCall()
2273 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2320 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2508 bool ForVirtualBase, in EmitCXXDestructorCall()
H A DCGCXXABI.cpp343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1666 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1679 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1686 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1599 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1622 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1628 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp636 bool ForVirtualBase = false; in EmitCXXConstructExpr() local