Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

866     InitializedEntity Entity =
869 Arg = PerformCopyInitialization(Entity, SourceLocation(), Arg);
931 InitializedEntity Entity =
935 Arg = S.PerformCopyInitialization(Entity, SourceLocation(), Arg);
1240 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
1242 Arg = PerformCopyInitialization(Entity, SourceLocation(), Arg);
5179 /// the most location of the syntactic entity requiring the implicit