Searched refs:isDeclScope (Results 1 – 11 of 11) sorted by relevance
112 if (S->isDeclScope(D)) in isDeclInScope()132 if (S->isDeclScope(D)) in isDeclInScope()136 return S->getParent()->isDeclScope(D); in isDeclInScope()
165 if (*NRVO && isDeclScope(*NRVO)) in applyNRVO()
1307 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1316 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1461 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()2212 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2233 while (S && !S->isDeclScope(D)) in LookupName()2251 if (!S->isDeclScope(*LastI)) in LookupName()
1564 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()1582 if (!S->isDeclScope(*I)) in PushOnScopeChains()2649 assert(EnumScope->isDeclScope(ED)); in MergeTypedefNameDecl()14654 } else if (S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()17130 S->isDeclScope(PrevDecl)) { in ActOnTag()
4784 if (S->isDeclScope(PrevDecl)) { in ActOnMethodDeclaration()
844 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
1671 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()18792 } while (S && !S->isDeclScope(D)); in buildDeclareReductionRef()21565 while (S && !S->isDeclScope(D)) in buildUserDefinedMapperRef()
5466 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
16585 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
15196 if (VD->hasLocalStorage() && getCurScope()->isDeclScope(VD)) in CreateBuiltinBinOp()
357 bool isDeclScope(const Decl *D) const { return DeclsInScope.contains(D); } in isDeclScope() function