Searched defs:Delegating (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
H A D | CGCXXABI.cpp | 348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
H A D | CGClass.cpp | 464 bool Delegating) { in GetVTTParameter() 2123 bool Delegating, in EmitCXXConstructorCall() 2198 bool Delegating, in EmitCXXConstructorCall() 2322 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2514 bool Delegating, Address This, in EmitCXXDestructorCall()
|
H A D | MicrosoftCXXABI.cpp | 1629 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1652 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1659 bool Delegating, Address This, in EmitDestructorCall()
|
H A D | ItaniumCXXABI.cpp | 1921 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1938 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1946 bool Delegating, Address This, in EmitDestructorCall()
|
H A D | CGExprCXX.cpp | 644 bool Delegating = false; in EmitCXXConstructExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1542 Delegating enumerator
|