Home | History | Annotate | Download | only in AST

Lines Matching defs:Definition

632     const FunctionDecl *Definition;
633 if (FD->hasBody(Definition))
634 return Definition->getSourceRange().getEnd();
829 // If this is a tag type that has a definition or is currently
830 // being defined, that definition is our primary context.