Home
last modified time | relevance | path

Searched defs:BaseAndFieldInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3658 struct BaseAndFieldInfo { struct
3659 Sema &S;
3660 CXXConstructorDecl *Ctor;
3661 bool AnyErrorsInInits;
3662 ImplicitInitializerKind IIK;
3663 llvm::DenseMap<const void *, CXXCtorInitializer*> AllBaseFields;
3664 SmallVector<CXXCtorInitializer*, 8> AllToInit;
3665 llvm::DenseMap<TagDecl*, FieldDecl*> ActiveUnionMember;
3667 BaseAndFieldInfo(Sema &S, CXXConstructorDecl *Ctor, bool ErrorsInInits) in BaseAndFieldInfo() argument
3680 bool isImplicitCopyOrMove() const { in isImplicitCopyOrMove()
[all …]