Home
last modified time | relevance | path

Searched refs:isDeclInScope (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DIdentifierResolver.h161 bool isDeclInScope(Decl *D, DeclContext *Ctx, ASTContext &Context,
DSema.h1577 bool isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S = 0,
/external/clang/lib/Sema/
DIdentifierResolver.cpp111 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, in isDeclInScope() function in IdentifierResolver
DSemaDecl.cpp1096 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1098 return IdResolver.isDeclInScope(D, Ctx, Context, S, in isDeclInScope()
1127 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization)) in FilterLookupForScope()
2815 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
8653 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) { in ActOnTag()
8804 } else if (!isDeclInScope(PrevDecl, SearchDC, S, in ActOnTag()
9315 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
9819 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
10516 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) { in ActOnEnumConstant()
DSemaDeclCXX.cpp410 if (S && !isDeclInScope(ND, New->getDeclContext(), S)) in MergeCXXFunctionDecl()
6165 if (!isDeclInScope(D, CurContext, S)) in BuildUsingDeclaration()
6677 if (PrevDecl && !isDeclInScope(PrevDecl, CurContext, S)) in ActOnNamespaceAliasDef()
DSemaTemplate.cpp974 } else if (PrevDecl && !isDeclInScope(PrevDecl, SemanticContext, S)) in CheckClassTemplate()