Lines Matching defs:getDefinition
83 const NamedDecl *getDefinition(const NamedDecl *D) {
87 return TD->getDefinition();
89 return VD->getDefinition();
91 return FD->getDefinition();
94 return RD->getDefinition();
281 if (const auto *DefinitionID = ID->getDefinition())
284 if (const auto *DefinitionID = PD->getDefinition())
400 if (const NamedDecl *Def = getDefinition(D))
512 if (const NamedDecl *Def = getDefinition(D))
1613 if (const NamedDecl *Def = getDefinition(D))