Home
last modified time | relevance | path

Searched refs:getRedeclContext (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp130 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add()
139 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove()
H A DDecl.cpp612 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 DDeclBase.cpp1283 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 DQualTypeNames.cpp272 const DeclContext *DC = Decl->getDeclContext()->getRedeclContext(); in createNestedNameSpecifierForScopeOf()
H A DExternalASTMerger.cpp40 return DC->getRedeclContext(); in CanonicalizeDC()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp48 if (!FD->getDeclContext()->getRedeclContext()->isFileContext()) in VisitCallExpr()
H A DTransProtectedScope.cpp35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod()) in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp609 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 DCheckerContext.cpp93 const DeclContext *DC = FD->getDeclContext()->getRedeclContext(); in isCLibraryFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp567 !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 DSemaDecl.cpp1542 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 DSemaAPINotes.cpp921 if (D->getDeclContext()->getRedeclContext()->isFileContext() || in ProcessAPINotes()
922 D->getDeclContext()->getRedeclContext()->isExternCContext()) { in ProcessAPINotes()
H A DSemaTemplate.cpp1955 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 DSemaDeclCXX.cpp884 /*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 DSemaModule.cpp985 DC->getRedeclContext()->isFileContext()) { in checkExportedDecl()
H A DSemaCXXScopeSpec.cpp1007 return CurContext->getRedeclContext()->isFileContext(); in ShouldEnterDeclaratorScope()
H A DSemaLookup.cpp366 return D->getDeclContext()->getRedeclContext(); in getContextForScopeMatching()
2241 DC = (*I)->getDeclContext()->getRedeclContext(); in LookupName()
2252 = (*LastI)->getDeclContext()->getRedeclContext(); in LookupName()
H A DSemaCodeComplete.cpp850 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 DDeclBase.h2254 DeclContext *getRedeclContext();
2255 const DeclContext *getRedeclContext() const {
2256 return const_cast<DeclContext *>(this)->getRedeclContext();
H A DDecl.h379 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 DASTWriterDecl.cpp291 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 DASTReaderDecl.cpp3297 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 DASTWriter.cpp3309 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 DClangASTImporter.cpp195 DeclContext *redecl_context = decl_context->getRedeclContext(); in OverrideAllDeclsFromContainingFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1290 if (isa<TranslationUnitDecl>(DC->getRedeclContext())) { in AlwaysHasLTOVisibilityPublic()

12