Home | History | Annotate | Download | only in Sema

Lines Matching refs:Definition

319     // The declaration may have become definition so check again.
333 // The declaration may have become definition so check again.
376 // __attribute__((weakref)) is basically a definition.
441 const FunctionDecl *Definition = 0;
442 if (KeyFunction->hasBody(Definition))
443 MarkVTableUsed(Definition->getLocation(), *I, true);
528 // constitutes a tentative definition. If a translation unit
530 // and the translation unit contains no external definition for
543 // If the tentative definition was completed, getActingDefinition() returns
568 // Notify the consumer that we've completed a tentative definition.