Searched refs:isFirstDecl (Results 1 – 10 of 10) sorted by relevance
155 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); } in isFirstDecl() function195 if (Current->isFirstDecl()) {272 bool isFirstDecl() const { return getFirstDecl() == this; } in isFirstDecl() function
440 using redeclarable_base::isFirstDecl;467 if (isFirstDecl()) in getOriginalNamespace()475 if (isFirstDecl()) in getOriginalNamespace()484 bool isOriginalNamespace() const { return isFirstDecl(); } in isOriginalNamespace()861 using redeclarable_base::isFirstDecl;1693 using redeclarable_base::isFirstDecl;2623 using redeclarable_base::isFirstDecl;2827 using redeclarable_base::isFirstDecl;
1570 using redeclarable_base::isFirstDecl;1892 using redeclarable_base::isFirstDecl;
838 bool isFirstDecl() const { in isFirstDecl() function
806 using redeclarable_base::isFirstDecl;
382 DeclInfo DInfo(!D->isFirstDecl(), isDef, isContainer); in handleFunction()389 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(), in handleVar()416 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(), in handleTagDecl()422 DeclInfo DInfo(!D->isFirstDecl(), /*isDefinition=*/true, in handleTypedefName()
1282 if (D->isFirstDecl()) { in VisitRedeclarableTemplateDecl()1296 if (D->isFirstDecl()) in VisitClassTemplateDecl()1357 if (D->isFirstDecl()) in VisitVarTemplateDecl()1425 if (D->isFirstDecl()) in VisitFunctionTemplateDecl()
391 if (Current->isFirstDecl()) { in operator ++()2229 if (!DBase->isFirstDecl()) in mergeRedeclarable()
6245 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() && in ActOnVariableDeclarator()8219 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() && in ActOnFunctionDeclarator()9761 if (Var->isFirstDecl()) in ActOnUninitializedDecl()11082 if (!FD->isFirstDecl() && FD->getPreviousDecl()->isUsed()) { in ActOnFinishFunctionBody()
3157 assert(Record->isFirstDecl() && "struct/union has previous declaration"); in getTypeDeclTypeSlow()3161 assert(Enum->isFirstDecl() && "enum has previous declaration"); in getTypeDeclTypeSlow()