Home | History | Annotate | Download | only in AST

Lines Matching refs:Definition

230   assert(!hasDefinition() && "ObjC class already has a definition");
232 Data->Definition = this;
234 // Make the type point at the definition, now that we have one.
242 // Update all of the declarations with a pointer to the definition.
461 /// \brief A definition will return its interface declaration.
462 /// An interface declaration will return its definition.
1050 assert(!Data && "Protocol already has a definition!");
1052 Data->Definition = this;
1058 // Update all of the declarations with a pointer to the definition.