Searched defs:isDeclInScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp108 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
109 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
111 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, function in class:IdentifierResolver
H A DSemaDecl.cpp1096 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S, function in class:Sema
1098 return IdResolver.isDeclInScope(D, Ctx, Context, S,
1118 /// as determined by isDeclInScope.
1127 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
2815 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
8653 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
8804 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
9315 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
9819 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
10516 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDec
[all...]

Completed in 966 milliseconds