Home
last modified time | relevance | path

Searched defs:Redecl (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp675 RedeclarableResult Redecl = VisitRedeclarable(TD); in VisitTypedefNameDecl() local
692 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); in VisitTypedefDecl() local
697 RedeclarableResult Redecl = VisitTypedefNameDecl(TD); in VisitTypeAliasDecl() local
706 RedeclarableResult Redecl = VisitRedeclarable(TD); in VisitTagDecl() local
793 RedeclarableResult Redecl = VisitTagDecl(RD); in VisitRecordDeclImpl() local
844 RedeclarableResult Redecl = VisitRedeclarable(FD); in VisitFunctionDecl() local
1154 RedeclarableResult Redecl = VisitRedeclarable(ID); in VisitObjCInterfaceDecl() local
1220 RedeclarableResult Redecl = VisitRedeclarable(PD); in VisitObjCProtocolDecl() local
1412 RedeclarableResult Redecl = VisitRedeclarable(VD); in VisitVarDeclImpl() local
1601 RedeclarableResult Redecl = VisitRedeclarable(D); in VisitNamespaceDecl() local
[all …]
H A DASTWriterDecl.cpp1774 for (const Decl *Redecl = D; Redecl; Redecl = Redecl->getPreviousDecl()) in getFirstLocalDecl() local
H A DASTWriter.cpp3235 if (Decl *Redecl = D->getPreviousDecl()) { in getDeclForLocalLookup() local
H A DASTReader.cpp11565 for (auto *Redecl : Update.second->redecls()) in FinishedDeserializing() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h362 const auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType); in writeTemplateDeclSpecialization() local
H A DASTNodeTraverser.h486 auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType); in dumpTemplateDeclSpecialization() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp93 auto *Redecl = dyn_cast<SpecializationDecl>(RedeclWithBadType); in dumpTemplateDeclSpecialization() local
H A DDecl.cpp3413 static bool redeclForcesDefMSVC(const FunctionDecl *Redecl) { in redeclForcesDefMSVC()
3425 static bool RedeclForcesDefC99(const FunctionDecl *Redecl) { in RedeclForcesDefC99()
3588 for (auto Redecl : redecls()) { in isInlineDefinitionExternallyVisible() local
3605 for (auto Redecl : redecls()) { in isInlineDefinitionExternallyVisible() local
H A DAPValue.cpp73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType() local
H A DDeclObjC.cpp914 ObjCMethodDecl *Redecl = nullptr; in getNextRedeclarationImpl() local
H A DASTContext.cpp425 for (const auto Redecl : D->redecls()) { in getRawCommentForAnyRedecl() local
2838 const ObjCMethodDecl *Redecl) { in setObjCMethodRedeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h738 bool Redecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp343 for (const Decl *Redecl = OffendingDecl->getMostRecentDecl(); Redecl; in DoEmitAvailabilityWarning() local
H A DSemaLookup.cpp1620 for (auto *Redecl : D->redecls()) { in hasVisibleDeclarationImpl() local
3025 RedeclarationKind Redecl) { in LookupSingleName()
3034 RedeclarationKind Redecl) { in LookupProtocol()
H A DSemaExprMember.cpp696 Sema::RedeclarationKind Redecl; in LookupMemberExprInRecord() member
H A DSemaExprObjC.cpp3852 for (auto *Redecl : RT->getDecl()->getMostRecentDecl()->redecls()) { in getObjCBridgeAttr() local
H A DSemaDecl.cpp15388 const TagDecl *Redecl = PrevDef ? PrevDef : Previous; in isAcceptableTagRedeclaration() local
15587 RedeclarationKind Redecl = forRedeclarationInCurContext(); in ActOnTag() local
H A DSemaType.cpp8444 for (auto *Redecl : ED->redecls()) { in hasVisibleDefinition() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1806 auto CheckRedeclForInline = [](const FunctionDecl *Redecl) { in SetLLVMFunctionAttributesForDefinition()