Home
last modified time | relevance | path

Searched refs:redecls (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h296 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 DDecl.h116 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 DJSONNodeDumper.h383 for (const auto *RedeclWithBadType : SD->redecls()) { in writeTemplateDeclSpecialization()
H A DASTNodeTraverser.h614 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
H A DDeclObjC.h1907 using redeclarable_base::redecls;
2288 using redeclarable_base::redecls;
H A DRecursiveASTVisitor.h1839 for (auto *RD : SD->redecls()) {
1867 for (auto *RD : SD->redecls()) {
1892 for (auto *RD : FD->redecls()) {
H A DDeclCXX.h3177 using redeclarable_base::redecls;
3377 using redeclarable_base::redecls;
H A DDeclBase.h1038 redecl_range redecls() const { in redecls() function
H A DDeclTemplate.h929 using redeclarable_base::redecls;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAvailability.cpp27 for (const auto *RD : Decl->redecls()) { in createFromDecl()
H A DAttrImpl.cpp154 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 DDecl.cpp1599 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 DASTDumper.cpp117 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
H A DDeclObjC.cpp620 for (auto *RD : redecls()) { in startDefinition()
2027 for (auto *RD : redecls()) in startDefinition()
H A DDeclBase.cpp582 for (const auto *I : redecls()) in isReferenced()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp161 for (auto *I : D->redecls()) in isInMainFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp107 for (Decl *Redecl : Record->redecls()) in addGslOwnerPointerAttributeIfNotExisting()
227 for (Decl *Redecl : CRD->redecls()) in inferNullableClassAttribute()
H A DSemaHLSL.cpp735 for (const auto *Redecl : FD->redecls()) { in RunOnTranslationUnit()
H A DSemaExceptionSpec.cpp247 for (FunctionDecl *Redecl : FD->redecls()) in UpdateExceptionSpec()
H A DSemaLookup.cpp1711 for (auto *Redecl : D->redecls()) { in hasAcceptableDeclarationImpl()
2043 for (auto *RD : D->redecls()) { in findAcceptableDecl()
H A DSemaObjCProperty.cpp2265 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp51 for (const auto *RD : D->redecls()) { in isInlined()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1191 for (auto *I : MD->redecls()) in findDefiningRedecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2556 for (FunctionDecl *FReDecl : FD->redecls()) { in createOverloadsForFixedParams()
3052 for (FunctionDecl *FReDecl : FD->redecls()) { in checkUnsafeBufferUsage()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2521 if (any_of(FD->redecls(), CheckRedeclForInline)) in SetLLVMFunctionAttributesForDefinition()
2526 return any_of(Pattern->redecls(), CheckRedeclForInline); in SetLLVMFunctionAttributesForDefinition()

12