Searched refs:isDeclInScope (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | IdentifierResolver.h | 155 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| H A D | Sema.h | 3575 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 99 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
|
| H A D | SemaDecl.cpp | 1595 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema 1597 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope() 1624 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope() 5331 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration() 7959 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator() 17057 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag() 17076 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 17281 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 17895 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField() 18272 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar() [all …]
|
| H A D | SemaDeclCXX.cpp | 485 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl() 12375 if (!isDeclInScope(D, CurContext, S)) in FilterUsingLookup() 16586 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator() 18549 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
|
| H A D | SemaLookup.cpp | 4136 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in lookupInDeclContext()
|
| H A D | SemaOpenMP.cpp | 2992 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 3013 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 3125 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
|
| H A D | SemaTemplate.cpp | 1959 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
|