Home
last modified time | relevance | path

Searched refs:ConstructsVirtualBase (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h1333 unsigned ConstructsVirtualBase : 1; variable
1342 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1347 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1355 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1362 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1364 return ConstructsVirtualBase ? CXXConstructExpr::CK_VirtualBase in getConstructionKind()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1649 unsigned ConstructsVirtualBase : 1; variable
1660 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1664 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1673 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1680 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1682 return ConstructsVirtualBase ? CXXConstructExpr::CK_VirtualBase in getConstructionKind()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1713 E->ConstructsVirtualBase = Record.readInt(); in VisitCXXInheritedCtorInitExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1259 E->ConstructsVirtualBase = Record[Idx++]; in VisitCXXInheritedCtorInitExpr()