Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3698 struct BaseAndFieldInfo { struct
3699 Sema &S;
3700 CXXConstructorDecl *Ctor;
3701 bool AnyErrorsInInits;
3702 ImplicitInitializerKind IIK;
3703 llvm::DenseMap<const void *, CXXCtorInitializer*> AllBaseFields;
3704 SmallVector<CXXCtorInitializer*, 8> AllToInit;
3705 llvm::DenseMap<TagDecl*, FieldDecl*> ActiveUnionMember;
3707 BaseAndFieldInfo(Sema &S, CXXConstructorDecl *Ctor, bool ErrorsInInits) in BaseAndFieldInfo() argument
3720 bool isImplicitCopyOrMove() const { in isImplicitCopyOrMove()
[all …]