Searched defs:isRedeclaration (Results 1 – 4 of 4) sorted by relevance
670 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local725 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
268 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
2672 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
5882 int isRedeclaration; member