Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp460 bool ForVirtualBase, in GetVTTParameter()
2055 bool ForVirtualBase, in EmitCXXConstructorCall()
2130 bool ForVirtualBase, in EmitCXXConstructorCall()
2206 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2441 bool ForVirtualBase, in EmitCXXDestructorCall()
H A DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1698 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1711 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1718 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp629 bool ForVirtualBase = false; in EmitCXXConstructExpr() local