Searched defs:isRedeclaration (Results 1 – 4 of 4) sorted by relevance
663 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local718 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
269 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
2602 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
6366 int isRedeclaration; member