Searched refs:isFirstDecl (Results 1 – 11 of 11) sorted by relevance
157 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); } in isFirstDecl() function197 if (Current->isFirstDecl()) {274 bool isFirstDecl() const { return getFirstDecl() == this; } in isFirstDecl() function
397 using redeclarable_base::isFirstDecl;424 if (isFirstDecl()) in getOriginalNamespace()432 if (isFirstDecl()) in getOriginalNamespace()441 bool isOriginalNamespace() const { return isFirstDecl(); } in isOriginalNamespace()808 using redeclarable_base::isFirstDecl;1597 using redeclarable_base::isFirstDecl;2515 using redeclarable_base::isFirstDecl;2712 using redeclarable_base::isFirstDecl;
1356 using redeclarable_base::isFirstDecl;1679 using redeclarable_base::isFirstDecl;
800 bool isFirstDecl() const { in isFirstDecl() function
723 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()
1160 if (D->isFirstDecl()) { in VisitRedeclarableTemplateDecl()1174 if (D->isFirstDecl()) { in VisitClassTemplateDecl()1249 if (D->isFirstDecl()) { in VisitVarTemplateDecl()1333 if (D->isFirstDecl()) { in VisitFunctionTemplateDecl()
3462 if (Current->isFirstDecl()) { in operator ++()
3883 assert(First->isFirstDecl() && "Not the first declaration?"); in WriteRedeclarations()
5842 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() && in ActOnVariableDeclarator()7700 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() && in ActOnFunctionDeclarator()9210 if (Var->isFirstDecl()) in ActOnUninitializedDecl()10476 if (!FD->isFirstDecl() && FD->getPreviousDecl()->isUsed()) { in ActOnFinishFunctionBody()
3013 assert(Record->isFirstDecl() && "struct/union has previous declaration"); in getTypeDeclTypeSlow()3017 assert(Enum->isFirstDecl() && "enum has previous declaration"); in getTypeDeclTypeSlow()