Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1730 unsigned ConstructsVirtualBase : 1;
1742 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1746 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1755 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1762 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1764 return ConstructsVirtualBase ? CXXConstructionKind::VirtualBase in getConstructionKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1745 E->ConstructsVirtualBase = Record.readInt(); in VisitCXXInheritedCtorInitExpr()