Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h293 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 DDecl.h136 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 DJSONNodeDumper.h388 for (const auto *RedeclWithBadType : SD->redecls()) { in writeTemplateDeclSpecialization()
H A DASTNodeTraverser.h650 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
H A DDeclObjC.h1906 using redeclarable_base::redecls;
2288 using redeclarable_base::redecls;
H A DRecursiveASTVisitor.h1877 for (auto *RD : SD->redecls()) {
1905 for (auto *RD : SD->redecls()) {
1930 for (auto *RD : FD->redecls()) {
H A DDeclCXX.h3240 using redeclarable_base::redecls;
3440 using redeclarable_base::redecls;
H A DDeclBase.h1046 redecl_range redecls() const { in redecls() function
H A DDeclTemplate.h923 using redeclarable_base::redecls;
/freebsd/contrib/llvm-project/clang/lib/AST/
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 DAvailability.cpp49 for (const auto *RD : Decl->redecls()) { in createInfoForDecl()
H A DDecl.cpp1605 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 DASTDumper.cpp116 for (const auto *RedeclWithBadType : D->redecls()) { in dumpTemplateDeclSpecialization()
H A DDeclObjC.cpp617 for (auto *RD : redecls()) { in startDefinition()
2024 for (auto *RD : redecls()) in startDefinition()
H A DType.cpp4242 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 DDeclBase.cpp588 for (const auto *I : redecls()) in isReferenced()
H A DDeclCXX.cpp1735 for (Decl *D : Calls.front()->redecls()) { in getLambdaCallOperatorHelper()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp50 for (const auto *RD : D->redecls()) { in isInlined()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp108 for (Decl *Redecl : Record->redecls()) in addGslOwnerPointerAttributeIfNotExisting()
330 for (Decl *Redecl : CRD->redecls()) in inferNullableClassAttribute()
H A DSemaExceptionSpec.cpp249 for (FunctionDecl *Redecl : FD->redecls()) in UpdateExceptionSpec()
H A DSemaLookup.cpp1748 for (auto *Redecl : D->redecls()) { in hasAcceptableDeclarationImpl()
2093 for (auto *RD : D->redecls()) { in findAcceptableDecl()
H A DSemaObjCProperty.cpp2274 for (auto *getterRedecl : method->redecls()) { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp257 for (auto *Redecl : RT->getDecl()->getMostRecentDecl()->redecls()) { in visitTypedef()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1211 for (auto *I : MD->redecls()) in findDefiningRedecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3517 for (FunctionDecl *FReDecl : FD->redecls()) { in createOverloadsForFixedParams()
4287 for (FunctionDecl *FReDecl : FD->redecls()) { in checkUnsafeBufferUsage()

12