| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 293 redecl_range redecls() const { in redecls() function 299 redecl_iterator redecls_begin() const { return redecls().begin(); } in redecls_begin() 300 redecl_iterator redecls_end() const { return redecls().end(); } in redecls_end()
|
| H A D | Decl.h | 136 using redeclarable_base::redecls; 608 using redeclarable_base::redecls; 1131 using redeclarable_base::redecls; 2162 using redeclarable_base::redecls; 3565 using redeclarable_base::redecls; 3749 using redeclarable_base::redecls;
|
| H A D | JSONNodeDumper.h | 388 for (const auto *RedeclWithBadType : SD->redecls()) { in writeTemplateDeclSpecialization()
|
| H A D | ASTNodeTraverser.h | 650 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
|
| H A D | DeclObjC.h | 1906 using redeclarable_base::redecls; 2288 using redeclarable_base::redecls;
|
| H A D | RecursiveASTVisitor.h | 1877 for (auto *RD : SD->redecls()) { 1905 for (auto *RD : SD->redecls()) { 1930 for (auto *RD : FD->redecls()) {
|
| H A D | DeclCXX.h | 3240 using redeclarable_base::redecls; 3440 using redeclarable_base::redecls;
|
| H A D | DeclBase.h | 1046 redecl_range redecls() const { in redecls() function
|
| H A D | DeclTemplate.h | 923 using redeclarable_base::redecls;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | AttrImpl.cpp | 154 if (llvm::all_of(VD->redecls(), [](const Decl *D) { return !D->hasAttrs(); })) in getActiveAttr() 158 for (const Decl *D : VD->redecls()) { in getActiveAttr()
|
| H A D | Availability.cpp | 49 for (const auto *RD : Decl->redecls()) { in createInfoForDecl()
|
| H A D | Decl.cpp | 1605 for (auto *I : D->redecls()) { in getLVForDecl() 1906 for (const auto *D : redecls()) { in declarationReplaces() 2367 for (auto *I : First->redecls()) { in getDefinition() 2378 for (auto *I : First->redecls()) { in hasDefinition() 2388 for (auto *I : redecls()) { in getAnyInitializer() 2430 for (auto *I : redecls()) { in getInitializingDeclaration() 3188 for (const auto *I : redecls()) { in hasBody() 3236 for (const FunctionDecl *FD : redecls()) { in isDefined() 4032 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() 4049 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() [all …]
|
| H A D | ASTDumper.cpp | 116 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
|
| H A D | DeclObjC.cpp | 617 for (auto *RD : redecls()) { in startDefinition() 2024 for (auto *RD : redecls()) in startDefinition()
|
| H A D | Type.cpp | 4242 for (auto *I : decl->redecls()) { in getInterestingTagDecl() 4975 CTD->redecls(), [](const RedeclarableTemplateDecl *RTD) { in canHaveNullability() 5042 CTSD->getSpecializedTemplate()->redecls(), in canHaveNullability() 5046 return llvm::any_of(RD->redecls(), [](const TagDecl *RD) { in canHaveNullability()
|
| H A D | DeclBase.cpp | 588 for (const auto *I : redecls()) in isReferenced()
|
| H A D | DeclCXX.cpp | 1735 for (Decl *D : Calls.front()->redecls()) { in getLambdaCallOperatorHelper()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 50 for (const auto *RD : D->redecls()) { in isInlined()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 108 for (Decl *Redecl : Record->redecls()) in addGslOwnerPointerAttributeIfNotExisting() 330 for (Decl *Redecl : CRD->redecls()) in inferNullableClassAttribute()
|
| H A D | SemaExceptionSpec.cpp | 249 for (FunctionDecl *Redecl : FD->redecls()) in UpdateExceptionSpec()
|
| H A D | SemaLookup.cpp | 1748 for (auto *Redecl : D->redecls()) { in hasAcceptableDeclarationImpl() 2093 for (auto *RD : D->redecls()) { in findAcceptableDecl()
|
| H A D | SemaObjCProperty.cpp | 2274 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 257 for (auto *Redecl : RT->getDecl()->getMostRecentDecl()->redecls()) { in visitTypedef()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1211 for (auto *I : MD->redecls()) in findDefiningRedecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 3517 for (FunctionDecl *FReDecl : FD->redecls()) { in createOverloadsForFixedParams() 4287 for (FunctionDecl *FReDecl : FD->redecls()) { in checkUnsafeBufferUsage()
|