Searched refs:isDeclScope (Results 1 – 10 of 10) sorted by relevance
170 if (*NRVO && isDeclScope(*NRVO)) in applyNRVO()
1333 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1342 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1486 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()2208 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2229 while (S && !S->isDeclScope(D)) in LookupName()2247 if (!S->isDeclScope(*LastI)) in LookupName()
1526 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()1544 if (!S->isDeclScope(*I)) in PushOnScopeChains()2556 assert(EnumScope->isDeclScope(ED)); in MergeTypedefNameDecl()6359 TemplateParamParent->isDeclScope(TPD); in HandleDeclarator()14960 if (PrevDecl && S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()17543 S->isDeclScope(PrevDecl)) { in ActOnTag()
4794 if (S->isDeclScope(PrevDecl)) { in ActOnMethodDeclaration()
1696 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()17932 } while (S && !S->isDeclScope(D)); in buildDeclareReductionRef()20801 while (S && !S->isDeclScope(D)) in buildUserDefinedMapperRef()
843 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
5562 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
16898 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
14679 if (VD->hasLocalStorage() && getCurScope()->isDeclScope(VD)) in CreateBuiltinBinOp()
381 bool isDeclScope(const Decl *D) const { return DeclsInScope.contains(D); } in isDeclScope() function