Searched refs:isDeclInScope (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Sema/ |
D | IdentifierResolver.h | 159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
|
D | Sema.h | 2134 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
|
/external/clang/lib/Sema/ |
D | IdentifierResolver.cpp | 97 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in IdentifierResolver
|
D | SemaDecl.cpp | 1309 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() function in Sema 1311 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace); in isDeclInScope() 1338 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace)) in FilterLookupForScope() 4102 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S)) in CheckAnonMemberRedeclaration() 6381 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator() 12631 isDeclInScope(Shadow, SearchDC, S, isExplicitSpecialization) && in ActOnTag() 12650 isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 12851 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S, in ActOnTag() 13415 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleField() 13778 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) in ActOnIvar() [all …]
|
D | SemaDeclCXX.cpp | 458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) && in MergeCXXFunctionDecl() 8271 if (!isDeclInScope(D, CurContext, S)) in BuildUsingDeclaration() 12332 if (isDeclInScope(PrevDecl, CurContext, S)) { in ActOnExceptionDeclarator() 14012 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)) in HandleMSProperty()
|
D | SemaOpenMP.cpp | 1126 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 1142 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(), in ValidateCandidate() 1250 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) { in ActOnOpenMPIdExpression()
|
D | SemaLookup.cpp | 3464 if (S.IdResolver.isDeclInScope(*I, Ctx)) { in LookupVisibleDecls()
|
D | SemaTemplate.cpp | 998 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
|