Searched refs:isDeclInScope (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | IdentifierResolver.h | 159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| H A D | Sema.h | 3643 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 102 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
|
| H A D | SemaDecl.cpp | 1620 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema 1622 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope() 1649 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope() 5427 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration() 7590 if (SameDC && isDeclInScope(PrevDecl, CurContext, S, false)) in ActOnVariableDeclarator() 8135 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator() 17664 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag() 17683 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 17889 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 18505 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField() [all …]
|
| H A D | SemaDeclCXX.cpp | 492 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl() 929 isDeclInScope(*(Previous.end() - 1), CurContext, S, false)) { in ActOnDecompositionDeclarator() 12814 if (!isDeclInScope(D, CurContext, S)) in FilterUsingLookup() 17043 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator() 19247 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
|
| H A D | SemaLookup.cpp | 4155 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in lookupInDeclContext()
|
| H A D | SemaOpenMP.cpp | 3016 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 3037 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 3149 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
|
| H A D | SemaTemplate.cpp | 2004 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
|