Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
H A DSema.h3643 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp102 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
H A DSemaDecl.cpp1620 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 DSemaDeclCXX.cpp492 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 DSemaLookup.cpp4155 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in lookupInDeclContext()
H A DSemaOpenMP.cpp3016 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 DSemaTemplate.cpp2004 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()