Lines Matching refs:isThisDeclarationADefinition
94 if (isa<ObjCImplDecl>(LexicalDC) && !D->isThisDeclarationADefinition()) in VisitObjCMethodDecl()
173 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurrence()
181 if (!ObjCPD->isThisDeclarationADefinition() && in handleDeclOccurrence()
615 bool isDef = D->isThisDeclarationADefinition(); in handleFunction()
631 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(), in handleVar()
652 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(), in handleTagDecl()
653 D->isThisDeclarationADefinition()); in handleTagDecl()
665 if (!D->isThisDeclarationADefinition()) { in handleObjCInterface()
696 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition() in handleObjCInterface()
720 if (!D->isThisDeclarationADefinition()) { in handleObjCProtocol()
737 ObjCProtocolListInfo ProtListInfo(D->isThisDeclarationADefinition() in handleObjCProtocol()
811 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod()
880 /*isDefinition=*/D->isThisDeclarationADefinition(), in handleFunctionTemplate()
881 /*isContainer=*/D->isThisDeclarationADefinition()); in handleFunctionTemplate()
990 if (RD->isThisDeclarationADefinition()) { in handleCXXRecordDecl()
993 /*isDefinition=*/RD->isThisDeclarationADefinition()); in handleCXXRecordDecl()
1016 /*isDefinition=*/RD->isThisDeclarationADefinition(), in handleCXXRecordDecl()
1017 /*isContainer=*/RD->isThisDeclarationADefinition()); in handleCXXRecordDecl()