Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDefinition

790                      ->getDefinition() == prevTypeParam->getDeclContext())) {
986 if (ObjCInterfaceDecl *Def = PrevIDecl->getDefinition()) {
1138 if (ObjCProtocolDecl *Def = PrevDecl? PrevDecl->getDefinition() : nullptr) {
1191 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) {
1229 if (!PDecl->isThisDeclarationADefinition() && PDecl->getDefinition())
1230 getDefinition();
1357 if (!proto->isThisDeclarationADefinition() && proto->getDefinition())
1358 proto = proto->getDefinition();
2623 PDecl->getDefinition())
2624 PDecl = PDecl->getDefinition();
2988 } else if (ObjCInterfaceDecl *Def = PrevIDecl->getDefinition()) {
3695 if (NSObjectDecl && NSObjectDecl->getDefinition()) {