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.cpp990 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S, function in class:Sema
992 return IdResolver.isDeclInScope(D, Ctx, Context, S,
1012 /// as determined by isDeclInScope.
1021 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
2579 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
8268 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
8419 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
8915 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
9419 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
10114 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDec
[all...]

Completed in 40 milliseconds