Searched refs:forVirtualBase (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenClass.cpp | 443 bool forVirtualBase, in emitCXXConstructorCall() argument 469 emitCXXConstructorCall(d, type, forVirtualBase, delegating, thisAddr, args, in emitCXXConstructorCall() 474 const CXXConstructorDecl *d, CXXCtorType type, bool forVirtualBase, in emitCXXConstructorCall() argument
|
| H A D | CIRGenFunction.h | 841 clang::CXXCtorType type, bool forVirtualBase, 846 clang::CXXCtorType type, bool forVirtualBase,
|
| H A D | CIRGenExpr.cpp | 1603 bool forVirtualBase = false; in emitCXXConstructExpr() local 1627 emitCXXConstructorCall(cd, type, forVirtualBase, delegating, dest, e); in emitCXXConstructExpr()
|