Searched refs:isDeclInScope (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | IdentifierResolver.h | 155 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
|
H A D | Sema.h | 3232 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/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 | 1522 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema 1524 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope() 1551 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope() 4846 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration() 7396 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator() 15913 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) && in ActOnTag() 15932 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 16137 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 16728 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField() 17105 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar() [all …]
|
H A D | SemaDeclCXX.cpp | 472 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl() 12031 if (!isDeclInScope(D, CurContext, S)) in BuildUsingDeclaration() 16061 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator() 17866 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
|
H A D | SemaLookup.cpp | 3823 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in lookupInDeclContext()
|
H A D | SemaOpenMP.cpp | 2755 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 2777 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 2889 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
|
H A D | SemaTemplate.cpp | 1860 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
|