/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporterLookupTable.cpp | 130 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add() 139 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove()
|
H A D | Decl.cpp | 612 assert(D->getDeclContext()->getRedeclContext()->isFileContext() && in getLVForNamespaceScopeDecl() 1148 const DeclContext *DC = getDeclContext()->getRedeclContext(); in isReserved() 1317 dyn_cast<NamedDecl>(ContextDecl->getDeclContext()->getRedeclContext()); in getLVForClosure() 1413 LV = getLVForClosure(BD->getDeclContext()->getRedeclContext(), in getLVForLocalDecl() 1517 Record->getDeclContext()->getRedeclContext(), in computeLVForDecl() 1535 if (D->getDeclContext()->getRedeclContext()->isFileContext()) in computeLVForDecl() 1860 if (!this->getDeclContext()->getRedeclContext()->Equals( in declarationReplaces() 1861 OldD->getDeclContext()->getRedeclContext())) in declarationReplaces() 3300 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext()); in isMain() 3308 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext()); in isMSVCRTEntryPoint() [all …]
|
H A D | DeclBase.cpp | 1283 if (getParent()->getRedeclContext()->isFileContext() && in getLookupParent() 1284 getLexicalParent()->getRedeclContext()->isRecord()) in getLookupParent() 1322 if (!getParent()->getRedeclContext()->isTranslationUnit()) in isStdNamespace() 1984 DeclContext *DeclContext::getRedeclContext() { in getRedeclContext() function in DeclContext
|
H A D | QualTypeNames.cpp | 272 const DeclContext *DC = Decl->getDeclContext()->getRedeclContext(); in createNestedNameSpecifierForScopeOf()
|
H A D | ExternalASTMerger.cpp | 40 return DC->getRedeclContext(); in CanonicalizeDC()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCCalls.cpp | 48 if (!FD->getDeclContext()->getRedeclContext()->isFileContext()) in VisitCallExpr()
|
H A D | TransProtectedScope.cpp | 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod()) in VisitDeclRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 609 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUsingDecl() 627 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUsingDirectiveDecl() 644 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUnresolvedUsingValueDecl() 653 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUnresolvedUsingTypenameDecl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 93 const DeclContext *DC = FD->getDeclContext()->getRedeclContext(); in isCLibraryFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 567 !CurContext->getRedeclContext()->isFileContext()) { in ActOnPragmaFloatControl() 804 if (!CurContext->getRedeclContext()->isFileContext()) { in ActOnPragmaMSAllocText() 1144 if (!CurContext->getRedeclContext()->isFileContext()) { in ActOnPragmaMSOptimize() 1154 if (!CurContext->getRedeclContext()->isFileContext()) { in ActOnPragmaMSFunction()
|
H A D | SemaDecl.cpp | 1542 DeclContext *IDC = (*I)->getLexicalDeclContext()->getRedeclContext(); in PushOnScopeChains() 3463 !Old->getDeclContext()->getRedeclContext()->Equals( in checkUsingShadowRedecl() 3464 New->getDeclContext()->getRedeclContext()) && in checkUsingShadowRedecl() 3511 auto *NamedDC = NewD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() 3512 auto *SemaDC = OldD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() 5473 DeclContext *OwnerScope = Owner->getRedeclContext(); in BuildAnonymousStructOrUnion() 6309 } else if (CurContext->getRedeclContext()->isTranslationUnit() && in HandleDeclarator() 6583 ND->getLexicalDeclContext()->getRedeclContext()->isTranslationUnit()) in RegisterLocallyScopedExternCDecl() 6722 NewTD->getDeclContext()->getRedeclContext()->isTranslationUnit()) { in ActOnTypedefNameDecl() 6782 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() [all …]
|
H A D | SemaAPINotes.cpp | 921 if (D->getDeclContext()->getRedeclContext()->isFileContext() || in ProcessAPINotes() 922 D->getDeclContext()->getRedeclContext()->isExternCContext()) { in ProcessAPINotes()
|
H A D | SemaTemplate.cpp | 1955 PrevClassTemplate->getDeclContext()->getRedeclContext()->Equals( in CheckClassTemplate() 1956 SemanticContext->getRedeclContext()))) { in CheckClassTemplate() 2147 DeclContext *DC = SemanticContext->getRedeclContext(); in CheckClassTemplate() 7792 Ctx = Ctx ? Ctx->getRedeclContext() : nullptr; in CheckTemplateDeclScope() 7895 if (S.CurContext->getRedeclContext()->isFunctionOrMethod()) { in CheckTemplateSpecializationScope() 7905 Specialized->getDeclContext()->getRedeclContext(); in CheckTemplateSpecializationScope() 7906 DeclContext *DC = S.CurContext->getRedeclContext(); in CheckTemplateSpecializationScope() 8450 if (!DC->getRedeclContext()->isFileContext()) { in ActOnConceptDefinition() 8756 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext(); in CheckDependentFunctionTemplateSpecialization() 8769 D->getDeclContext()->getRedeclContext())) { in CheckDependentFunctionTemplateSpecialization() [all …]
|
H A D | SemaDeclCXX.cpp | 884 /*CreateBuiltins*/DC->getRedeclContext()->isTranslationUnit()); in ActOnDecompositionDeclarator() 914 ->getRedeclContext() in ActOnDecompositionDeclarator() 915 ->Equals(DC->getRedeclContext()); in ActOnDecompositionDeclarator() 3559 TD->getDeclContext()->getRedeclContext()->Equals( in ActOnCXXMemberDeclarator() 3560 DG->getDeclContext()->getRedeclContext())) { in ActOnCXXMemberDeclarator() 4211 return Member->getDeclContext()->getRedeclContext()->Equals(ClassDecl); in ValidateCandidate() 11384 if (!CurContext->getRedeclContext()->Equals( in CheckDeductionGuideDeclarator() 11385 GuidedTemplateDecl->getDeclContext()->getRedeclContext())) { in CheckDeductionGuideDeclarator() 11550 CurContext->getRedeclContext()->isTranslationUnit() && in ActOnStartNamespaceDef() 11569 LookupQualifiedName(R, CurContext->getRedeclContext()); in ActOnStartNamespaceDef() [all...] |
H A D | SemaModule.cpp | 985 DC->getRedeclContext()->isFileContext()) { in checkExportedDecl()
|
H A D | SemaCXXScopeSpec.cpp | 1007 return CurContext->getRedeclContext()->isFileContext(); in ShouldEnterDeclaratorScope()
|
H A D | SemaLookup.cpp | 366 return D->getDeclContext()->getRedeclContext(); in getContextForScopeMatching() 2241 DC = (*I)->getDeclContext()->getRedeclContext(); in LookupName() 2252 = (*LastI)->getDeclContext()->getRedeclContext(); in LookupName()
|
H A D | SemaCodeComplete.cpp | 850 R.Declaration->getDeclContext()->getRedeclContext(); in CheckHiddenResult() 856 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext()) in CheckHiddenResult() 1013 const DeclContext *DC = ND->getDeclContext()->getRedeclContext(); in getBasePriority() 1398 R.Declaration->getDeclContext()->getRedeclContext())) in AddResult()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 2254 DeclContext *getRedeclContext(); 2255 const DeclContext *getRedeclContext() const { 2256 return const_cast<DeclContext *>(this)->getRedeclContext();
|
H A D | Decl.h | 379 DC = DC->getRedeclContext(); in isCXXClassMember() 1205 return DC->getRedeclContext()->isFunctionOrMethod(); in isLocalVarDecl() 1218 const DeclContext *DC = getLexicalDeclContext()->getRedeclContext(); in isFunctionOrMethodVarDecl() 1295 if (getLexicalDeclContext()->getRedeclContext()->isFileContext()) in isFileVarDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 291 if (!VD->getDeclContext()->getRedeclContext()->isFileContext() || in CanElideDeclDef() 403 while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) { in VisitDecl() 1389 D->getParent()->getRedeclContext()->getPrimaryContext()); in VisitNamespaceDecl()
|
H A D | ASTReaderDecl.cpp | 3297 DeclContext *DC = New->getDeclContext()->getRedeclContext(); in ~FindExistingResult() 3307 DeclContext *DC = New->getDeclContext()->getRedeclContext(); in ~FindExistingResult() 3428 DeclContext *DC = D->getDeclContext()->getRedeclContext(); in findExisting()
|
H A D | ASTWriter.cpp | 3309 if (!D->getDeclContext()->getRedeclContext()->isFileContext()) in IsInternalDeclFromFileContext() 3709 if (!Redecl->getDeclContext()->getRedeclContext()->Equals( in getDeclForLocalLookup() 3710 D->getDeclContext()->getRedeclContext())) in getDeclForLocalLookup()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 195 DeclContext *redecl_context = decl_context->getRedeclContext(); in OverrideAllDeclsFromContainingFunction()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 1290 if (isa<TranslationUnitDecl>(DC->getRedeclContext())) { in AlwaysHasLTOVisibilityPublic()
|