/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Redeclarable.h | 296 redecl_range redecls() const { in redecls() function 302 redecl_iterator redecls_begin() const { return redecls().begin(); } in redecls_begin() 303 redecl_iterator redecls_end() const { return redecls().end(); } in redecls_end()
|
H A D | Decl.h | 116 using redeclarable_base::redecls; 584 using redeclarable_base::redecls; 1100 using redeclarable_base::redecls; 2115 using redeclarable_base::redecls; 3446 using redeclarable_base::redecls; 3631 using redeclarable_base::redecls;
|
H A D | JSONNodeDumper.h | 383 for (const auto *RedeclWithBadType : SD->redecls()) { in writeTemplateDeclSpecialization()
|
H A D | ASTNodeTraverser.h | 614 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
|
H A D | DeclObjC.h | 1907 using redeclarable_base::redecls; 2288 using redeclarable_base::redecls;
|
H A D | RecursiveASTVisitor.h | 1839 for (auto *RD : SD->redecls()) { 1867 for (auto *RD : SD->redecls()) { 1892 for (auto *RD : FD->redecls()) {
|
H A D | DeclCXX.h | 3177 using redeclarable_base::redecls; 3377 using redeclarable_base::redecls;
|
H A D | DeclBase.h | 1038 redecl_range redecls() const { in redecls() function
|
H A D | DeclTemplate.h | 929 using redeclarable_base::redecls;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Availability.cpp | 27 for (const auto *RD : Decl->redecls()) { in createFromDecl()
|
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 | Decl.cpp | 1599 for (auto *I : D->redecls()) { in getLVForDecl() 1889 for (const auto *D : redecls()) { in declarationReplaces() 2350 for (auto *I : First->redecls()) { in getDefinition() 2361 for (auto *I : First->redecls()) { in hasDefinition() 2371 for (auto *I : redecls()) { in getAnyInitializer() 2413 for (auto *I : redecls()) { in getInitializingDeclaration() 3149 for (const auto *I : redecls()) { in hasBody() 3197 for (const FunctionDecl *FD : redecls()) { in isDefined() 3940 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() 3957 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() [all …]
|
H A D | ASTDumper.cpp | 117 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
|
H A D | DeclObjC.cpp | 620 for (auto *RD : redecls()) { in startDefinition() 2027 for (auto *RD : redecls()) in startDefinition()
|
H A D | DeclBase.cpp | 582 for (const auto *I : redecls()) in isReferenced()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 161 for (auto *I : D->redecls()) in isInMainFile()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 107 for (Decl *Redecl : Record->redecls()) in addGslOwnerPointerAttributeIfNotExisting() 227 for (Decl *Redecl : CRD->redecls()) in inferNullableClassAttribute()
|
H A D | SemaHLSL.cpp | 735 for (const auto *Redecl : FD->redecls()) { in RunOnTranslationUnit()
|
H A D | SemaExceptionSpec.cpp | 247 for (FunctionDecl *Redecl : FD->redecls()) in UpdateExceptionSpec()
|
H A D | SemaLookup.cpp | 1711 for (auto *Redecl : D->redecls()) { in hasAcceptableDeclarationImpl() 2043 for (auto *RD : D->redecls()) { in findAcceptableDecl()
|
H A D | SemaObjCProperty.cpp | 2265 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 51 for (const auto *RD : D->redecls()) { in isInlined()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1191 for (auto *I : MD->redecls()) in findDefiningRedecl()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 2556 for (FunctionDecl *FReDecl : FD->redecls()) { in createOverloadsForFixedParams() 3052 for (FunctionDecl *FReDecl : FD->redecls()) { in checkUnsafeBufferUsage()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2521 if (any_of(FD->redecls(), CheckRedeclForInline)) in SetLLVMFunctionAttributesForDefinition() 2526 return any_of(Pattern->redecls(), CheckRedeclForInline); in SetLLVMFunctionAttributesForDefinition()
|