Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1659 unsigned ConstructsVirtualBase : 1; variable
1670 CXXConstructorDecl *Ctor, bool ConstructsVirtualBase, in CXXInheritedCtorInitExpr() argument
1674 ConstructsVirtualBase(ConstructsVirtualBase), in CXXInheritedCtorInitExpr()
1683 ConstructsVirtualBase(false), InheritedFromVirtualBase(false) {} in CXXInheritedCtorInitExpr()
1690 bool constructsVBase() const { return ConstructsVirtualBase; } in constructsVBase()
1692 return ConstructsVirtualBase ? CXXConstructExpr::CK_VirtualBase in getConstructionKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1714 E->ConstructsVirtualBase = Record.readInt(); in VisitCXXInheritedCtorInitExpr()