Home
last modified time | relevance | path

Searched refs:isDependentContext (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp35 if (!Record->isDependentContext() || in getCurrentInstantiationOf()
202 if (!tag || tag->isDependentContext()) in RequireCompleteDeclContext()
448 if (!LookupCtx->isDependentContext() && in BuildCXXNestedNameSpecifier()
728 if (DC->isDependentContext() && DC->isFunctionOrMethod()) { in BuildCXXNestedNameSpecifier()
1030 if (!DC->isDependentContext() && RequireCompleteDeclContext(SS, DC)) in ActOnCXXEnterDeclaratorScope()
1036 if (DC->isDependentContext()) in ActOnCXXEnterDeclaratorScope()
H A DSemaAccess.cpp83 Dependent(DC->isDependentContext()) { in EffectiveContext()
307 bool CheckDependent = Derived->isDependentContext(); in IsDerivedFromInclusive()
315 if (Derived->isDependentContext() && !Derived->hasDefinition() && in IsDerivedFromInclusive()
356 assert(!Friend->isDependentContext() && in MightInstantiateTo()
359 if (!Context->isDependentContext()) in MightInstantiateTo()
632 CheckDependent(InstanceContext->isDependentContext() || in ProtectedFriendContext()
633 NamingClass->isDependentContext()), in ProtectedFriendContext()
1420 assert(DC->isDependentContext() && "delaying non-dependent access"); in DelayDependentAccess()
H A DSemaOpenMP.cpp3001 if (!SemaRef.CurContext->isDependentContext()) in EndOpenMPDSABlock()
3018 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in finishLinearClauses()
3021 if (SemaRef.CurContext->isDependentContext()) in finishLinearClauses()
4529 if (!SemaRef.CurContext->isDependentContext() && in tryCaptureOpenMPLambdas()
5241 assert(!S.CurContext->isDependentContext() && in checkAllocateClauses()
6123 if (AStmt && !SemaRef.CurContext->isDependentContext() && in ActOnOpenMPExecutableDirective()
6758 if (!SemaRef.CurContext->isDependentContext() && in ActOnOpenMPExecutableDirective()
7363 if (FD->isDependentContext() || ShouldDelayChecks(VariantRef, false) || in checkOpenMPDeclareVariantFunction()
8199 if (dependent() || SemaRef.CurContext->isDependentContext()) in checkAndSetInit()
8283 if (dependent() || SemaRef.CurContext->isDependentContext()) in checkAndSetCond()
[all …]
H A DSemaLambda.cpp132 EnclosingDC->isDependentContext() && in getStackIndexOfNearestEnclosingCaptureReadyLambda()
138 if (!EnclosingDC->isDependentContext()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
296 inTemplateInstantiation() || CurContext->isDependentContext(); in getCurrentMangleNumberContext()
373 if (Class->isDependentContext() || TemplateParams) { in buildTypeForLambdaCallOperator()
2126 if (!CurContext->isDependentContext() && !IsImplicit && in BuildLambdaExpr()
2240 !Class->getDeclContext()->isDependentContext()) { in BuildLambdaExpr()
2251 if (!CurContext->isDependentContext()) { in BuildLambdaExpr()
H A DSemaTemplateDeductionGuide.cpp144 bool InDependentContext = OrigDecl->getDeclContext()->isDependentContext(); in TransformTypedefType()
1324 if (DC->isDependentContext()) in DeclareAggregateDeductionGuideFromInitList()
1371 if (DC->isDependentContext()) in DeclareImplicitDeductionGuides()
H A DSemaDeclCXX.cpp575 !New->getLexicalDeclContext()->isDependentContext()) { in MergeCXXFunctionDecl()
612 } else if (New->getDeclContext()->isDependentContext()) { in MergeCXXFunctionDecl()
2343 } else if (!Constructor->isDependentContext() && in CheckConstexprFunctionBody()
2732 if (!Class->isDependentContext()) in CheckBaseSpecifier()
3613 !FD->getParent()->isDependentContext() && in ActOnCXXMemberDeclarator()
3975 if (RD->isDependentContext()) in DiagnoseUninitializedFields()
4610 if (CurContext->isDependentContext()) in BuildDelegatingInitializer()
4639 bool Dependent = CurContext->isDependentContext() && in BuildBaseInitializer()
4748 if (CurContext->isDependentContext()) in BuildBaseInitializer()
5222 if (Constructor->isDependentContext()) { in SetCtorInitializers()
[all...]
H A DAnalysisBasedWarnings.cpp2475 if (cast<DeclContext>(Node)->isDependentContext()) in VisitFunctionDecl()
2486 if (cast<DeclContext>(Node)->isDependentContext()) in VisitBlockDecl()
2493 if (cast<DeclContext>(Node)->isDependentContext()) in VisitObjCMethodDecl()
2575 if (cast<DeclContext>(D)->isDependentContext()) in IssueWarnings()
H A DSemaTemplate.cpp1849 if (SemanticContext->isDependentContext()) { in CheckClassTemplate()
1970 if (!(TUK == TagUseKind::Friend && CurContext->isDependentContext()) && in CheckClassTemplate()
2033 if (!(TUK == TagUseKind::Friend && CurContext->isDependentContext()) && in CheckClassTemplate()
2039 SemanticContext->isDependentContext()) in CheckClassTemplate()
2064 !(TUK == TagUseKind::Friend && CurContext->isDependentContext()); in CheckClassTemplate()
2146 if (!CurContext->isDependentContext()) { in CheckClassTemplate()
3832 if (Partial->getDeclContext()->isDependentContext()) in checkMoreSpecializedThanPrimary()
4164 if (Template->getDeclContext()->isDependentContext() || in CheckVarTemplateId()
5010 !Template->getDeclContext()->isDependentContext()) { in CheckTemplateArgument()
8046 if (PrimaryTemplate->getDeclContext()->isDependentContext()) in CheckTemplatePartialSpecializationArgs()
[all …]
H A DSemaTemplateInstantiateDecl.cpp60 !OldDecl->getLexicalDeclContext()->isDependentContext()) && in SubstQualifier()
656 if (!T->isDependentType() && !RD->isDependentContext() && in isRelevantAttr()
1739 assert(!Owner->isDependentContext()); in VisitClassTemplateDecl()
5346 (!OldVar->getPreviousDecl()->getDeclContext()->isDependentContext() || in BuildVariableInstantiation()
6071 if (!DC->isDependentContext()) in isDependentContextAtLevel()
6177 if (!Record->isDependentContext()) in FindInstantiatedDecl()
6297 if (!Spec->isDependentContext()) { in FindInstantiatedDecl()
H A DSemaLookup.cpp1000 if (!Class->getDefinition() || Class->isDependentContext()) in CanDeclareSpecialMemberFunction()
2401 LookupCtx->isDependentContext() || in LookupQualifiedName()
2480 if (!InUnqualifiedLookup && LookupRec->isDependentContext() && in LookupQualifiedName()
2702 if (!DC->isDependentContext() && RequireCompleteDeclContext(*SS, DC)) in LookupParsedName()
5130 if (getLangOpts().MSVCCompat && CurContext->isDependentContext() && in makeTypoCorrectionConsumer()
H A DSemaDecl.cpp354 if (!LookupCtx->isDependentContext() && in getTypeName()
581 for (; DC && DC->isDependentContext(); DC = DC->getLookupParent()) { in findRecordWithDependentBasesOfEnclosingMethod()
1836 if (D->getDeclContext()->isDependentContext() || in ShouldWarnIfUnusedFileScopedDecl()
1837 D->getLexicalDeclContext()->isDependentContext()) in ShouldWarnIfUnusedFileScopedDecl()
4758 New->getDeclContext()->isDependentContext())) { in checkVarDeclRedefinition()
6241 bool IsDependentContext = DC->isDependentContext(); in HandleDeclarator()
7195 if (DC->isDependentContext()) in adjustContextForLocalExternDecl()
8016 DC->isDependentContext()) in ActOnVariableDeclarator()
9816 if (DC->isDependentContext()) { in ActOnFunctionDeclarator()
10436 DC->isDependentContext() || NewFD->getType()->isDependentType() || in ActOnFunctionDeclarator()
[all …]
H A DSemaCUDA.cpp663 if (FD->isDependentContext()) in checkAllowedInitializer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp289 return AsDC->isDependentContext(); in isTemplated()
292 return DC->isDependentContext() || isTemplateDecl() || in isTemplated()
400 if (!LDC->isDependentContext()) in isInLocalScopeForInstantiation()
1329 bool DeclContext::isDependentContext() const { in isDependentContext() function in DeclContext
1353 return getLexicalParent()->isDependentContext(); in isDependentContext()
1360 return getParent() && getParent()->isDependentContext(); in isDependentContext()
2153 bool Dependent = isDependentContext(); in CreateStoredDeclsMap()
2190 assert(Parent->isDependentContext() in Create()
H A DComputeDependence.cpp257 if (E->getBlockDecl()->isDependentContext()) in computeDependence()
586 Var->getDeclContext()->isDependentContext() && in computeDependence()
608 if (MD->isStatic() && Decl->getDeclContext()->isDependentContext()) in computeDependence()
688 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
807 if (D->getDeclContext()->isDependentContext() || in computeDependence()
H A DCXXInheritance.cpp118 assert(isDependentContext()); in isCurrentInstantiation()
140 (Base->isDependentContext() && in forallBases()
H A DTemplateName.cpp247 Template->getDeclContext()->isDependentContext()) in getDependence()
H A DDeclarationName.cpp223 if (TD && TD->getDeclContext()->isDependentContext()) in isDependentName()
H A DMangle.cpp409 if (FD->isDependentContext()) in writeName()
H A DTemplateBase.cpp288 if (DC->isDependentContext()) in getDependence()
H A DDeclCXX.cpp606 if (!isDependentContext()) in hasAnyDependentBases()
2140 isDependentContext()) in mayBeAbstract()
2549 assert(!MD->getParent()->isDependentContext() && in addOverriddenMethod()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp76 if (MD->isDependentContext() || !MD->hasBody()) in WriteNamedDecl()
125 if (FD->isDependentContext()) in WriteNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp317 !FD->isDependentContext()) { in VisitFunctionDecl()
337 if (!BD->isDependentContext()) { in VisitBlockDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp227 if (!D->getLexicalDeclContext()->isDependentContext()) in HandleInlineFunctionDefinition()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp472 D->getLexicalDeclContext()->isDependentContext() && !isa<TagDecl>(D)) { in needsAnonymousDeclarationNumber()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp756 if (isa<ClassTemplateDecl>(ND) && D->getDeclContext()->isDependentContext()) in VisitFriendDecl()

12