Searched refs:isDeclScope (Results 1 – 11 of 11) sorted by relevance
170 if (*NRVO && isDeclScope(*NRVO)) in applyNRVO()
1348 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()1357 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()1501 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()2246 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()2267 while (S && !S->isDeclScope(D)) in LookupName()2285 if (!S->isDeclScope(*LastI)) in LookupName()
615 if (CurScope->isDeclScope(D)) { in CheckDeclReference()
1543 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()1561 if (!S->isDeclScope(*I)) in PushOnScopeChains()2651 assert(EnumScope->isDeclScope(ECD)); in CleanupMergedEnum()6474 TemplateParamParent->isDeclScope(TPD); in HandleDeclarator()15387 if (PrevDecl && S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()18051 S->isDeclScope(PrevDecl)) { in ActOnTag()
4748 if (S->isDeclScope(PrevDecl)) { in ActOnMethodParmDeclaration()
1672 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()18555 } while (S && !S->isDeclScope(D)); in buildDeclareReductionRef()21466 while (S && !S->isDeclScope(D)) in buildUserDefinedMapperRef()21668 while (S && !S->isDeclScope(D)) in hasUserDefinedMapper()
830 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
5709 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
17374 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
15040 if (VD->hasLocalStorage() && getCurScope()->isDeclScope(VD)) in CreateBuiltinBinOp()
386 bool isDeclScope(const Decl *D) const { return DeclsInScope.contains(D); } in isDeclScope() function