Home
last modified time | relevance | path

Searched refs:forVirtualBase (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp443 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 DCIRGenFunction.h841 clang::CXXCtorType type, bool forVirtualBase,
846 clang::CXXCtorType type, bool forVirtualBase,
H A DCIRGenExpr.cpp1603 bool forVirtualBase = false; in emitCXXConstructExpr() local
1627 emitCXXConstructorCall(cd, type, forVirtualBase, delegating, dest, e); in emitCXXConstructExpr()