Searched refs:isDeclScope (Results 1 – 11 of 11) sorted by relevance
108 if (S->isDeclScope(D)) in isDeclInScope()126 if (S->isDeclScope(D)) in isDeclInScope()130 return S->getParent()->isDeclScope(D); in isDeclInScope()
123 if (isDeclScope(Candidate)) in mergeNRVOIntoParent()
1295 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1304 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1449 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1945 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1966 while (S && !S->isDeclScope(D)) in LookupName()1984 if (!S->isDeclScope(*LastI)) in LookupName()
1491 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()1509 if (!S->isDeclScope(*I)) in PushOnScopeChains()2322 assert(EnumScope->isDeclScope(ED)); in MergeTypedefNameDecl()13710 } else if (S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()15986 S->isDeclScope(PrevDecl)) { in ActOnTag()
4764 if (S->isDeclScope(PrevDecl)) { in ActOnMethodDeclaration()
1540 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()16055 } while (S && !S->isDeclScope(D)); in buildDeclareReductionRef()18814 while (S && !S->isDeclScope(D)) in buildUserDefinedMapperRef()
818 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
5153 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
16060 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
14042 if (VD->hasLocalStorage() && getCurScope()->isDeclScope(VD)) in CreateBuiltinBinOp()
340 bool isDeclScope(const Decl *D) const { return DeclsInScope.count(D) != 0; } in isDeclScope() function