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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp215 if (tag->isDependentContext())
348 if (!LookupCtx->isDependentContext() &&
418 if (!LookupCtx->isDependentContext() &&
636 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
877 if (!DC->isDependentContext() && RequireCompleteDeclContext(SS, DC))
883 if (DC->isDependentContext())
H A DSemaAccess.cpp84 Dependent(DC->isDependentContext()) {
259 bool CheckDependent = Derived->isDependentContext();
307 assert(!Friend->isDependentContext() &&
310 if (!Context->isDependentContext())
594 CheckDependent(InstanceContext->isDependentContext() ||
595 NamingClass->isDependentContext()),
1259 assert(DC->isDependentContext() && "delaying non-dependent access");
H A DSemaTemplate.cpp852 if (SemanticContext->isDependentContext()) {
915 if (CurContext->isDependentContext()) {
981 SemanticContext->isDependentContext())
990 !(TUK == TUK_Friend && CurContext->isDependentContext()))
1060 if (!CurContext->isDependentContext()) {
2225 DC->isDependentContext() ||
2301 if (TNK == TNK_Non_template && LookupCtx->isDependentContext() &&
2670 !Template->getDeclContext()->isDependentContext()) {
H A DSemaDeclCXX.cpp467 } else if (New->getDeclContext()->isDependentContext()) {
908 } else if (!Constructor->isDependentContext() &&
1396 if (MD->isDependentContext())
2103 if (CurContext->isDependentContext()) {
2159 assert(!CurContext->isDependentContext());
2288 if (CurContext->isDependentContext())
2731 if (Constructor->isDependentContext()) {
2928 if (Constructor->getDeclContext()->isDependentContext())
3161 if (ClassDecl->isDependentContext() || ClassDecl->isUnion())
6371 if (!NamedContext->isDependentContext()
[all...]
H A DSemaTemplateInstantiateDecl.cpp3115 (ParentDC->isFunctionOrMethod() && ParentDC->isDependentContext())) {
3142 if (!Record->isDependentContext())
3201 if (!DC->isDependentContext())
3220 if (!ParentDC->isDependentContext())
3236 if (!Spec->isDependentContext()) {
H A DAnalysisBasedWarnings.cpp804 if (cast<DeclContext>(D)->isDependentContext())
H A DSemaLookup.cpp526 if (!Class->getDefinition() || Class->isDependentContext())
1355 LookupCtx->isDependentContext() ||
1396 if (!InUnqualifiedLookup && LookupRec->isDependentContext() &&
1560 if (!DC->isDependentContext() && RequireCompleteDeclContext(*SS, DC))
H A DSemaDecl.cpp115 if (!LookupCtx->isDependentContext() &&
1026 if (D->getDeclContext()->isDependentContext() ||
1027 D->getLexicalDeclContext()->isDependentContext())
3200 bool IsDependentContext = DC->isDependentContext();
4808 if (DC->isDependentContext()) {
5155 (NewFD->getType()->isDependentType() || DC->isDependentContext() ||
5165 if (CurContext->isDependentContext() && CurContext->isRecord()
5254 DC->isDependentContext())
5282 CurContext->isDependentContext())) {
6489 if (!var->getDeclContext()->isDependentContext()
[all...]
H A DSemaStmt.cpp1817 !CurContext->isDependentContext())
1955 !CurContext->isDependentContext())
H A DSemaExpr.cpp1794 if (getLangOptions().MicrosoftMode && CurContext->isDependentContext() &&
1879 if (!(DC = computeDeclContext(SS, false)) || DC->isDependentContext())
2521 if (cast<DeclContext>(currentDecl)->isDependentContext()) {
9277 if (CurContext->isDependentContext())
H A DSemaCodeComplete.cpp1494 if (SemaRef.CurContext->isDependentContext()) {
3417 IsDependent = Ctx->isDependentContext();
H A DSemaExprCXX.cpp120 isDependent = LookupCtx && LookupCtx->isDependentContext();
H A DSemaOverload.cpp8677 if (getLangOptions().MicrosoftExt && CurContext->isDependentContext() &&
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp77 if (Ctx->getLangOptions().CPlusPlus && !D->isDependentContext()) {
H A DCodeGenModule.cpp2223 if (D->getDeclContext() && D->getDeclContext()->isDependentContext())
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h177 assert(isDependentContext()
H A DDeclBase.h944 bool isDependentContext() const;
H A DDecl.h2498 bool isDependentType() const { return isDependentContext(); }
/external/clang/lib/AST/
H A DTemplateName.cpp93 Template->getDeclContext()->isDependentContext();
H A DDeclBase.cpp700 bool DeclContext::isDependentContext() const { function in class:DeclContext
718 return getLexicalParent()->isDependentContext();
721 return getParent() && getParent()->isDependentContext();
1247 bool Dependent = isDependentContext();
1283 assert(Parent->isDependentContext()
H A DDeclCXX.cpp256 if (!isDependentContext())
1142 isDependentContext())
1252 assert(!MD->getParent()->isDependentContext() &&
H A DExprCXX.cpp253 if ((*I)->getDeclContext()->isDependentContext() ||
H A DExpr.cpp201 Var->getDeclContext()->isDependentContext()) {
212 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp201 !FD->isDependentContext()) {
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp104 ((Actions.CurContext->isDependentContext() ||

Completed in 2116 milliseconds