| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 122 RedeclarableResult &Redecl) { in mergeRedeclarable() 702 RedeclarableResult Redecl = VisitRedeclarable(TD); in VisitTypedefNameDecl() local 719 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); in VisitTypedefDecl() local 724 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); in VisitTypeAliasDecl() local 733 RedeclarableResult Redecl = VisitRedeclarable(TD); in VisitTagDecl() local 824 RedeclarableResult Redecl = VisitTagDecl(RD); in VisitRecordDeclImpl() local 913 RedeclarableResult Redecl = VisitRedeclarable(FD); in VisitFunctionDecl() local 1293 RedeclarableResult Redecl = VisitRedeclarable(ID); in VisitObjCInterfaceDecl() local 1404 RedeclarableResult Redecl = VisitRedeclarable(PD); in VisitObjCProtocolDecl() local 1606 RedeclarableResult Redecl = VisitRedeclarable(VD); in VisitVarDeclImpl() 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()
|