Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

957   assert(!S->getEntity() && "scope already has entity");
1610 /// entity.
1947 // if any declaration of an entity has an alignment-specifier,
1948 // every defining declaration of that entity shall specify an
2075 // if any declaration of an entity has an alignment-specifier,
2076 // every defining declaration of that entity shall specify an
3363 // distinct from the names of any other entity in the
3992 /// \param Name The name of the entity being declared.
3994 /// \param Loc The location of the name of the entity being declared.
4014 // class or namespaces in which the entity is already declared.
4591 // If there is a visible declaration of an entity with linkage
4594 // scope declaration declares that same entity and receives the
5484 // FIXME: If we have any other entity with this name in global scope,
5512 /// if we have found that this is a redeclaration of some prior entity.
5517 /// [entity]. An entity with C language linkage shall not be declared with
5518 /// the same name as an entity in global scope.
5719 // have linkage. If there is a visible declaration of an entity
5722 // block scope declaration declares that same entity and
7282 // declaration, and thus redeclares that entity...
8029 InitializedEntity Entity = InitializedEntity::InitializeVariable(VDecl);
8045 InitializationSequence InitSeq(*this, Entity, Kind, Args);
8046 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);
8266 // insignificant, but does matter when the entity being initialized has a
8503 InitializedEntity Entity = InitializedEntity::InitializeVariable(Var);
8507 InitializationSequence InitSeq(*this, Entity, Kind, None);
8508 ExprResult Init = InitSeq.Perform(*this, Entity, Kind, None);
10215 // the entity has been previously declared shall not consider
10587 // declaration of the same entity, the two will be linked via