Searched refs:isDeclInScope (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp34 Actions.isDeclInScope(ND, Actions.getCurLexicalContext(),
112 if (!isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
H A DIdentifierResolver.cpp107 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
108 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
110 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, function in class:IdentifierResolver
H A DSemaDecl.cpp1097 bool Sema::isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S, function in class:Sema
1099 return IdResolver.isDeclInScope(D, Ctx, S,
1119 /// as determined by isDeclInScope.
1128 if (isDeclInScope(D, Ctx, S, ExplicitInstantiationOrSpecialization))
3278 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
9813 isDeclInScope(PrevDecl, SearchDC, S, isExplicitSpecialization)) {
9964 } else if (!isDeclInScope(PrevDecl, SearchDC, S,
10495 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
10842 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
11508 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDec
[all...]
H A DSemaDeclCXX.cpp441 if (S && !isDeclInScope(ND, New->getDeclContext(), S))
7017 if (!isDeclInScope(D, CurContext, S))
7532 if (PrevDecl && !isDeclInScope(PrevDecl, CurContext, S))
12304 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
H A DSemaTemplate.cpp975 } else if (PrevDecl && !isDeclInScope(PrevDecl, SemanticContext, S))
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DIdentifierResolver.h154 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
155 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
161 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = 0,
H A DSema.h1744 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
1745 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
1751 bool isDeclInScope(NamedDecl *&D, DeclContext *Ctx, Scope *S = 0,

Completed in 245 milliseconds