Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3682 struct BaseAndFieldInfo { struct
3683 Sema &S;
3684 CXXConstructorDecl *Ctor;
3685 bool AnyErrorsInInits;
3686 ImplicitInitializerKind IIK;
3687 llvm::DenseMap<const void *, CXXCtorInitializer*> AllBaseFields;
3688 SmallVector<CXXCtorInitializer*, 8> AllToInit;
3689 llvm::DenseMap<TagDecl*, FieldDecl*> ActiveUnionMember;
3691 BaseAndFieldInfo(Sema &S, CXXConstructorDecl *Ctor, bool ErrorsInInits) in BaseAndFieldInfo() argument
3704 bool isImplicitCopyOrMove() const { in isImplicitCopyOrMove()
[all …]