Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1748 unsigned ConstructsVirtualBase : 1;
1760 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1764 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1773 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1780 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1782 return ConstructsVirtualBase ? CXXConstructionKind::VirtualBase in getConstructionKind()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1771 E->ConstructsVirtualBase = Record.readInt(); in VisitCXXInheritedCtorInitExpr()