/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 35 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 D | SemaAccess.cpp | 83 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 D | SemaOpenMP.cpp | 3001 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 D | SemaLambda.cpp | 132 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 D | SemaTemplateDeductionGuide.cpp | 144 bool InDependentContext = OrigDecl->getDeclContext()->isDependentContext(); in TransformTypedefType() 1324 if (DC->isDependentContext()) in DeclareAggregateDeductionGuideFromInitList() 1371 if (DC->isDependentContext()) in DeclareImplicitDeductionGuides()
|
H A D | SemaDeclCXX.cpp | 575 !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 D | AnalysisBasedWarnings.cpp | 2475 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 D | SemaTemplate.cpp | 1849 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 D | SemaTemplateInstantiateDecl.cpp | 60 !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 D | SemaLookup.cpp | 1000 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 D | SemaDecl.cpp | 354 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 D | SemaCUDA.cpp | 663 if (FD->isDependentContext()) in checkAllowedInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 289 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 D | ComputeDependence.cpp | 257 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 D | CXXInheritance.cpp | 118 assert(isDependentContext()); in isCurrentInstantiation() 140 (Base->isDependentContext() && in forallBases()
|
H A D | TemplateName.cpp | 247 Template->getDeclContext()->isDependentContext()) in getDependence()
|
H A D | DeclarationName.cpp | 223 if (TD && TD->getDeclContext()->isDependentContext()) in isDependentName()
|
H A D | Mangle.cpp | 409 if (FD->isDependentContext()) in writeName()
|
H A D | TemplateBase.cpp | 288 if (DC->isDependentContext()) in getDependence()
|
H A D | DeclCXX.cpp | 606 if (!isDependentContext()) in hasAnyDependentBases() 2140 isDependentContext()) in mayBeAbstract() 2549 assert(!MD->getParent()->isDependentContext() && in addOverriddenMethod()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 76 if (MD->isDependentContext() || !MD->hasBody()) in WriteNamedDecl() 125 if (FD->isDependentContext()) in WriteNamedDecl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 317 !FD->isDependentContext()) { in VisitFunctionDecl() 337 if (!BD->isDependentContext()) { in VisitBlockDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 227 if (!D->getLexicalDeclContext()->isDependentContext()) in HandleInlineFunctionDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 472 D->getLexicalDeclContext()->isDependentContext() && !isa<TagDecl>(D)) { in needsAnonymousDeclarationNumber()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 756 if (isa<ClassTemplateDecl>(ND) && D->getDeclContext()->isDependentContext()) in VisitFriendDecl()
|