Home
last modified time | relevance | path

Searched defs:BaseAndFieldInfo (Results 1 – 2 of 2) 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() function
3680 bool isImplicitCopyOrMove() const { in isImplicitCopyOrMove()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp4837 struct BaseAndFieldInfo { struct
4838 Sema &S;
4839 CXXConstructorDecl *Ctor;
4840 bool AnyErrorsInInits;
4841 ImplicitInitializerKind IIK;
4842 llvm::DenseMap<const void *, CXXCtorInitializer*> AllBaseFields;
4843 SmallVector<CXXCtorInitializer*, 8> AllToInit;
4844 llvm::DenseMap<TagDecl*, FieldDecl*> ActiveUnionMember;
4846 BaseAndFieldInfo(Sema &S, CXXConstructorDecl *Ctor, bool ErrorsInInits) in BaseAndFieldInfo() function
4859 bool isImplicitCopyOrMove() const { in isImplicitCopyOrMove()
[all …]