Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h223 bool isFirstDecl() const { return RedeclLink.isFirst(); } in isFirstDecl() function
262 if (Current->isFirstDecl()) {
336 bool isFirstDecl() const { return getFirstDecl() == this; } in isFirstDecl() function
H A DDecl.h115 using redeclarable_base::isFirstDecl;
587 using redeclarable_base::isFirstDecl;
1070 using redeclarable_base::isFirstDecl;
2020 using redeclarable_base::isFirstDecl;
3211 using redeclarable_base::isFirstDecl;
3394 using redeclarable_base::isFirstDecl;
H A DDeclObjC.h1888 using redeclarable_base::isFirstDecl;
2231 using redeclarable_base::isFirstDecl;
H A DDeclBase.h993 bool isFirstDecl() const { in isFirstDecl() function
H A DDeclTemplate.h949 using redeclarable_base::isFirstDecl;
H A DDeclCXX.h3239 using redeclarable_base::isFirstDecl;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1517 if (D->isFirstDecl()) { in VisitRedeclarableTemplateDecl()
1531 if (D->isFirstDecl()) in VisitClassTemplateDecl()
1591 if (D->isFirstDecl()) in VisitVarTemplateDecl()
1662 if (D->isFirstDecl()) in VisitFunctionTemplateDecl()
H A DASTReaderDecl.cpp477 if (Current->isFirstDecl()) { in operator ++()
2536 if (!DBase->isFirstDecl()) in mergeRedeclarable()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2876 if (isFirstDecl()) in getOriginalNamespace()
2883 if (isFirstDecl()) in getOriginalNamespace()
2889 bool NamespaceDecl::isOriginalNamespace() const { return isFirstDecl(); } in isOriginalNamespace()
H A DASTContext.cpp4519 assert(Record->isFirstDecl() && "struct/union has previous declaration"); in getTypeDeclTypeSlow()
4523 assert(Enum->isFirstDecl() && "enum has previous declaration"); in getTypeDeclTypeSlow()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7530 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() && in ActOnVariableDeclarator()
9914 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() && in ActOnFunctionDeclarator()
12809 if (Var->isFirstDecl()) in ActOnUninitializedDecl()
H A DSemaExpr.cpp18917 (VD->isStaticDataMember() && VD->isFirstDecl() && !VD->isInline())) in DiagRuntimeBehavior()