Home | History | Annotate | Download | only in Sema

Lines Matching refs:Def

2122 #include "clang/AST/TypeNodes.def"
4595 const NamedDecl *Def = getDefinitionToImport(Decl);
4596 if (!Def)
4597 Def = Decl;
4598 Module *Owner = Def->getOwningModule();
4603 << Def << Owner->getFullModuleName();
4604 Diag(Def->getLocation(), diag::note_previous_declaration);