Searched refs:isDeclScope (Results 1 – 9 of 9) sorted by relevance
106 if (S->isDeclScope(D)) in isDeclInScope()124 if (S->isDeclScope(D)) in isDeclInScope()128 return S->getParent()->isDeclScope(D); in isDeclInScope()
124 if (isDeclScope(Candidate)) in mergeNRVOIntoParent()
1087 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1096 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1256 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1728 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()1749 while (S && !S->isDeclScope(D)) in LookupName()1767 if (!S->isDeclScope(*LastI)) in LookupName()
1274 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()1292 if (!S->isDeclScope(*I)) in PushOnScopeChains()2026 assert(EnumScope->isDeclScope(ED)); in MergeTypedefNameDecl()10863 } else if (S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()12712 S->isDeclScope(PrevDecl)) { in ActOnTag()
4344 if (S->isDeclScope(PrevDecl)) { in ActOnMethodDeclaration()
609 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()8913 } while (S && !S->isDeclScope(D)); in buildDeclareReductionRef()
661 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
12331 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
309 bool isDeclScope(Decl *D) { in isDeclScope() function