| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 122 RedeclarableResult &Redecl) { in mergeRedeclarable() argument 702 RedeclarableResult Redecl = VisitRedeclarable(TD); in VisitTypedefNameDecl() local 719 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); in VisitTypedefDecl() local 724 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); VisitTypeAliasDecl() local 733 RedeclarableResult Redecl = VisitRedeclarable(TD); VisitTagDecl() local 824 RedeclarableResult Redecl = VisitTagDecl(RD); VisitRecordDeclImpl() local 913 RedeclarableResult Redecl = VisitRedeclarable(FD); VisitFunctionDecl() local 1293 RedeclarableResult Redecl = VisitRedeclarable(ID); VisitObjCInterfaceDecl() local 1404 RedeclarableResult Redecl = VisitRedeclarable(PD); VisitObjCProtocolDecl() local 1606 RedeclarableResult Redecl = VisitRedeclarable(VD); VisitVarDeclImpl() local 1847 RedeclarableResult Redecl = VisitRedeclarable(D); VisitNamespaceDecl() local 1887 RedeclarableResult Redecl = VisitRedeclarable(D); VisitNamespaceAliasDecl() local 1929 RedeclarableResult Redecl = VisitRedeclarable(D); VisitUsingShadowDecl() local 2215 RedeclarableResult Redecl = VisitRecordDeclImpl(D); VisitCXXRecordDeclImpl() local 2442 RedeclarableResult Redecl = VisitRedeclarable(D); VisitRedeclarableTemplateDecl() local 2472 RedeclarableResult Redecl = VisitRedeclarableTemplateDecl(D); VisitClassTemplateDecl() local 2499 RedeclarableResult Redecl = VisitRedeclarableTemplateDecl(D); VisitVarTemplateDecl() local 2512 RedeclarableResult Redecl = VisitCXXRecordDeclImpl(D); VisitClassTemplateSpecializationDeclImpl() local 2591 RedeclarableResult Redecl = VisitClassTemplateSpecializationDeclImpl(D); VisitClassTemplatePartialSpecializationDecl() local 2602 RedeclarableResult Redecl = VisitRedeclarableTemplateDecl(D); VisitFunctionTemplateDecl() local 2654 RedeclarableResult Redecl = VisitVarDeclImpl(D); VisitVarTemplateSpecializationDeclImpl() local 2687 RedeclarableResult Redecl = VisitVarTemplateSpecializationDeclImpl(D); VisitVarTemplatePartialSpecializationDecl() local 2763 RedeclarableResult Redecl = VisitRedeclarableTemplateDecl(D); VisitTypeAliasTemplateDecl() local 2863 mergeRedeclarable(Redeclarable<T> * DBase,RedeclarableResult & Redecl) mergeRedeclarable() argument 2888 mergeLambda(CXXRecordDecl * D,RedeclarableResult & Redecl,Decl & Context,unsigned IndexInContext) mergeLambda() argument 2913 mergeRedeclarableTemplate(RedeclarableTemplateDecl * D,RedeclarableResult & Redecl) mergeRedeclarableTemplate() argument 4662 for (auto *Redecl = MostRecent; Redecl && !Found; forAllLaterRedecls() local 4668 for (auto *Redecl = MostRecent; Redecl != D; forAllLaterRedecls() local [all...] |
| H A D | ASTWriterDecl.cpp | 2221 for (const Decl *Redecl = D; Redecl; Redecl = Redecl->getPreviousDecl()) in getFirstLocalDecl() local
|
| H A D | ASTWriter.cpp | 3788 if (Decl *Redecl = D->getPreviousDecl()) { in getDeclForLocalLookup() local
|
| H A D | ASTReader.cpp | 10929 for (auto *Redecl : Update.second->redecls()) in FinishedDeserializing() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 392 const auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType); in writeTemplateDeclSpecialization() local
|
| H A D | ASTNodeTraverser.h | 654 auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType); in dumpTemplateDeclSpecialization() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 120 auto *Redecl = cast<SpecializationDecl>(RedeclWithBadType); in dumpTemplateDeclSpecialization() local
|
| H A D | APValue.cpp | 73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType() local
|
| H A D | Decl.cpp | 3840 static bool redeclForcesDefMSVC(const FunctionDecl *Redecl) { in redeclForcesDefMSVC() 3852 static bool RedeclForcesDefC99(const FunctionDecl *Redecl) { in RedeclForcesDefC99() 4032 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() local 4049 for (auto *Redecl : redecls()) { in isInlineDefinitionExternallyVisible() local
|
| H A D | DeclObjC.cpp | 962 ObjCMethodDecl *Redecl = nullptr; in getNextRedeclarationImpl() local
|
| H A D | ASTContext.cpp | 466 for (auto *Redecl : CanonicalD->redecls()) { in getRawCommentForAnyRedecl() local 481 for (const Decl *Redecl : D->redecls()) { in getRawCommentForAnyRedecl() local 3147 const ObjCMethodDecl *Redecl) { in setObjCMethodRedeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 810 bool Redecl; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 443 for (const Decl *Redecl = OffendingDecl->getMostRecentDecl(); Redecl; in DoEmitAvailabilityWarning() local
|
| H A D | SemaLookup.cpp | 1748 for (auto *Redecl : D->redecls()) { in hasAcceptableDeclarationImpl() local 3362 RedeclarationKind Redecl) { in LookupSingleName()
|
| H A D | SemaObjC.cpp | 1299 RedeclarationKind Redecl) { in LookupProtocol()
|
| H A D | SemaHLSL.cpp | 2259 for (const auto *Redecl : FD->redecls()) { in RunOnTranslationUnit() local
|
| H A D | SemaExprObjC.cpp | 3850 for (auto *Redecl : RT->getDecl()->getMostRecentDecl()->redecls()) { in getObjCBridgeAttr() local
|
| H A D | SemaDecl.cpp | 17385 const TagDecl *Redecl = PrevDef ? PrevDef : Previous; in isAcceptableTagRedeclaration() local 17628 RedeclarationKind Redecl = forRedeclarationInCurContext(); in ActOnTag() local
|
| H A D | SemaType.cpp | 9225 for (auto *Redecl : ED->redecls()) { in hasAcceptableDefinition() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 257 for (auto *Redecl : RT->getDecl()->getMostRecentDecl()->redecls()) { in visitTypedef() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2724 auto CheckRedeclForInline = [](const FunctionDecl *Redecl) { in SetLLVMFunctionAttributesForDefinition()
|