Searched refs:isDeclInScope (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | IdentifierResolver.h | 156 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| H A D | Sema.h | 2430 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 100 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
|
| H A D | SemaDecl.cpp | 1407 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema 1409 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope() 1436 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope() 4478 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration() 6808 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator() 14448 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag() 14467 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 14680 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 15260 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField() 15648 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar() [all …]
|
| H A D | SemaDeclCXX.cpp | 458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl() 9945 if (!isDeclInScope(D, CurContext, S)) in BuildUsingDeclaration() 13854 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator() 15611 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
|
| H A D | SemaLookup.cpp | 3519 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in LookupVisibleDecls()
|
| H A D | SemaOpenMP.cpp | 1835 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 1851 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 1957 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
|
| H A D | SemaTemplate.cpp | 1411 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
|