Searched refs:isFirstDecl (Results 1 – 11 of 11) 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
437 using redeclarable_base::isFirstDecl;464 if (isFirstDecl()) in getOriginalNamespace()472 if (isFirstDecl()) in getOriginalNamespace()481 bool isOriginalNamespace() const { return isFirstDecl(); } in isOriginalNamespace()848 using redeclarable_base::isFirstDecl;1640 using redeclarable_base::isFirstDecl;2564 using redeclarable_base::isFirstDecl;2765 using redeclarable_base::isFirstDecl;
1356 using redeclarable_base::isFirstDecl;1679 using redeclarable_base::isFirstDecl;
801 bool isFirstDecl() const { in isFirstDecl() function
712 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()
1233 if (D->isFirstDecl()) { in VisitRedeclarableTemplateDecl()1247 if (D->isFirstDecl()) in VisitClassTemplateDecl()1306 if (D->isFirstDecl()) in VisitVarTemplateDecl()1372 if (D->isFirstDecl()) in VisitFunctionTemplateDecl()
2146 if (!DBase->isFirstDecl()) in mergeRedeclarable()3554 if (Current->isFirstDecl()) { in operator ++()
3955 assert(First->isFirstDecl() && "Not the first declaration?"); in WriteRedeclarations()
5965 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() && in ActOnVariableDeclarator()7816 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() && in ActOnFunctionDeclarator()9325 if (Var->isFirstDecl()) in ActOnUninitializedDecl()10576 if (!FD->isFirstDecl() && FD->getPreviousDecl()->isUsed()) { in ActOnFinishFunctionBody()
3034 assert(Record->isFirstDecl() && "struct/union has previous declaration"); in getTypeDeclTypeSlow()3038 assert(Enum->isFirstDecl() && "enum has previous declaration"); in getTypeDeclTypeSlow()