Home | History | Annotate | Download | only in Sema

Lines Matching refs:Indirect

843 ///        indirect members, for which any initialization was provided.
2783 FieldDecl *Field, IndirectFieldDecl *Indirect,
2814 MemberLookup.addDecl(Indirect ? cast<ValueDecl>(Indirect)
2890 if (Indirect)
2891 Entities.push_back(InitializedEntity::InitializeMember(Indirect));
2914 if (Indirect) {
2916 "Indirect field improperly initialized");
2918 = new (SemaRef.Context) CXXCtorInitializer(SemaRef.Context, Indirect,
2939 = Indirect? InitializedEntity::InitializeMember(Indirect)
2952 if (Indirect)
2954 Indirect, Loc,
3055 /// \brief Determine whether the given indirect field declaration is somewhere
3086 IndirectFieldDecl *Indirect = 0) {
3097 if (Indirect)
3098 Init = new (SemaRef.Context) CXXCtorInitializer(SemaRef.Context, Indirect,
3113 (Indirect && isWithinAnonymousUnion(Indirect)))
3128 Indirect, Init))
3263 // indirect fields.
8761 /// Determine whether the class type has any direct or indirect virtual base
8864 // - X has no direct or indirect virtual base class with a non-trivial