Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1006 E->getConstructor(), E->constructsVBase(), Slot.getAddress(), in VisitCXXInheritedCtorInitExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1317 E->getConstructor(), E->constructsVBase(), Slot.getAddress(), in VisitCXXInheritedCtorInitExpr()
/external/clang/include/clang/AST/
DExprCXX.h1362 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1227 Record.push_back(E->constructsVBase()); in VisitCXXInheritedCtorInitExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1604 Record.push_back(E->constructsVBase()); in VisitCXXInheritedCtorInitExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1680 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase() function
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp7813 ToLocation, ToType, ToConstructor, E->constructsVBase(), in VisitCXXInheritedCtorInitExpr()
/external/clang/lib/Sema/
DTreeTransform.h10082 E->constructsVBase(), E->inheritedFromVBase()); in TransformCXXInheritedCtorInitExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h12306 E->constructsVBase(), E->inheritedFromVBase()); in TransformCXXInheritedCtorInitExpr()