Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DIdentifierResolver.h159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
DSema.h2074 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
/external/clang/lib/Sema/
DIdentifierResolver.cpp97 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
DSemaDecl.cpp1269 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1271 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1298 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
3973 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
6181 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
12196 isDeclInScope(Shadow, SearchDC, S, isExplicitSpecialization) && in ActOnTag()
12215 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
12399 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
12961 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
13324 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
[all …]
DSemaDeclCXX.cpp458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
8064 if (!isDeclInScope(D, CurContext, S)) in BuildUsingDeclaration()
12091 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator()
13787 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
DSemaOpenMP.cpp978 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
1085 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
DSemaLookup.cpp3378 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in LookupVisibleDecls()
DSemaTemplate.cpp976 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()