|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 2730 bool isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S = nullptr,
References
tools/clang/lib/Sema/SemaDecl.cpp 1511 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace))
4666 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
7054 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false));
15124 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) &&
15143 isDeclInScope(DirectPrevDecl, SearchDC, S,
15356 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S,
15939 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
16327 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S)
17145 if (!isa<TagDecl>(PrevDecl) && isDeclInScope(PrevDecl, CurContext, S)) {
tools/clang/lib/Sema/SemaDeclCXX.cpp 459 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) &&
10423 if (!isDeclInScope(D, CurContext, S))
14405 if (isDeclInScope(PrevDecl, CurContext, S)) {
16208 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S))
tools/clang/lib/Sema/SemaOpenMP.cpp 2220 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
2242 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
2354 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
tools/clang/lib/Sema/SemaTemplate.cpp 1498 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext,