Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1318 E->getConstructor(), E->constructsVBase(), Slot.getAddress(), in VisitCXXInheritedCtorInitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1605 Record.push_back(E->constructsVBase()); in VisitCXXInheritedCtorInitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1690 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp7939 ToLocation, ToType, ToConstructor, E->constructsVBase(), in VisitCXXInheritedCtorInitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12545 E->constructsVBase(), E->inheritedFromVBase()); in TransformCXXInheritedCtorInitExpr()