Home
last modified time | relevance | path

Searched refs:isFirstDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h223 bool isFirstDecl() const { return RedeclLink.isFirst(); } in isFirstDecl() function
263 if (Current->isFirstDecl()) {
337 bool isFirstDecl() const { return getFirstDecl() == this; } in isFirstDecl() function
H A DDecl.h115 using redeclarable_base::isFirstDecl;
594 using redeclarable_base::isFirstDecl;
1139 using redeclarable_base::isFirstDecl;
2132 using redeclarable_base::isFirstDecl;
3435 using redeclarable_base::isFirstDecl;
3618 using redeclarable_base::isFirstDecl;
H A DDeclObjC.h1907 using redeclarable_base::isFirstDecl;
2288 using redeclarable_base::isFirstDecl;
H A DDeclBase.h1070 bool isFirstDecl() const { in isFirstDecl() function
H A DDeclTemplate.h952 using redeclarable_base::isFirstDecl;
H A DDeclCXX.h3366 using redeclarable_base::isFirstDecl;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1668 if (D->isFirstDecl()) { in VisitRedeclarableTemplateDecl()
1682 if (D->isFirstDecl()) in VisitClassTemplateDecl()
1742 if (D->isFirstDecl()) in VisitVarTemplateDecl()
1803 if (D->isFirstDecl()) in VisitFunctionTemplateDecl()
H A DASTReaderDecl.cpp497 if (Current->isFirstDecl()) { in operator ++()
2849 if (!DBase->isFirstDecl()) in mergeRedeclarable()
2880 if (!D->isFirstDecl()) in mergeLambda()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2981 if (isFirstDecl()) in getOriginalNamespace()
2988 if (isFirstDecl()) in getOriginalNamespace()
2994 bool NamespaceDecl::isOriginalNamespace() const { return isFirstDecl(); } in isOriginalNamespace()
H A DASTContext.cpp4627 assert(Record->isFirstDecl() && "struct/union has previous declaration"); in getTypeDeclTypeSlow()
4631 assert(Enum->isFirstDecl() && "enum has previous declaration"); in getTypeDeclTypeSlow()
12402 if (DX->isFirstDecl()) in getCommonDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8210 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() && in ActOnVariableDeclarator()
10791 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() && in ActOnFunctionDeclarator()
14162 if (Var->isFirstDecl()) in ActOnUninitializedDecl()
H A DSemaExpr.cpp20935 (VD->isStaticDataMember() && VD->isFirstDecl() && !VD->isInline())) in DiagIfReachable()