Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DIdentifierResolver.h155 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
H A DSema.h3476 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp99 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
H A DSemaDecl.cpp1567 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema
1569 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope()
1596 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope()
5255 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration()
7836 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
16598 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag()
16617 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
16822 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag()
17432 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField()
17809 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar()
[all …]
H A DSemaDeclCXX.cpp471 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl()
12267 if (!isDeclInScope(D, CurContext, S)) in FilterUsingLookup()
16517 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator()
18338 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
H A DSemaLookup.cpp4124 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in lookupInDeclContext()
H A DSemaOpenMP.cpp2941 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
2962 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate()
3074 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
H A DSemaTemplate.cpp1865 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()