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.h1746 unsigned ConstructsVirtualBase : 1;
1758 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1762 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1771 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1778 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1780 return ConstructsVirtualBase ? CXXConstructionKind::VirtualBase in getConstructionKind()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1752 E->ConstructsVirtualBase = Record.readInt(); in VisitCXXInheritedCtorInitExpr()