Lines Matching refs:PushOnScopeChains
877 PushOnScopeChains(BD, S, true); in ActOnDecompositionDeclarator()
4003 PushOnScopeChains(ParamDecl, S, /*AddToContext=*/false); in ActOnStartTrailingRequiresClause()
11205 PushOnScopeChains(Namespc, DeclRegionScope); in ActOnStartNamespaceDef()
11820 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingDeclaration()
11853 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingEnumDeclaration()
12101 PushOnScopeChains(Shadow, S); in BuildUsingShadowDecl()
13100 PushOnScopeChains(NewND, S); in ActOnAliasDeclaration()
13178 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
13468 PushOnScopeChains(DefaultCon, S, false); in DeclareImplicitDefaultConstructor()
13755 PushOnScopeChains(Destructor, S, false); in DeclareImplicitDestructor()
14398 PushOnScopeChains(CopyAssignment, S, false); in DeclareImplicitCopyAssignment()
14732 PushOnScopeChains(MoveAssignment, S, false); in DeclareImplicitMoveAssignment()
15123 PushOnScopeChains(CopyConstructor, S, false); in DeclareImplicitCopyConstructor()
15256 PushOnScopeChains(MoveConstructor, S, false); in DeclareImplicitMoveConstructor()
16540 PushOnScopeChains(ExDecl, S); in ActOnExceptionDeclarator()
17211 PushOnScopeChains(ND, EnclosingScope, /*AddToContext=*/ false); in ActOnFriendFunctionDecl()
18359 PushOnScopeChains(NewPD, S); in HandleMSProperty()