Home
last modified time | relevance | path

Searched refs:constructsVBase (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1325 E->getConstructor(), E->constructsVBase(), Slot.getAddress(), in VisitCXXInheritedCtorInitExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1614 Record.push_back(E->constructsVBase()); in VisitCXXInheritedCtorInitExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1690 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8198 ToLocation, ToType, ToConstructor, E->constructsVBase(), in VisitCXXInheritedCtorInitExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h12902 E->constructsVBase(), E->inheritedFromVBase()); in TransformCXXInheritedCtorInitExpr()