Searched defs:PushOnScopeChains (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp1139 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { function in class:Sema
1690 // FIXME: This is hideous. We need to teach PushOnScopeChains to
1695 PushOnScopeChains(New, TUScope);
3632 SemaRef.PushOnScopeChains(IndirectField, S);
4570 PushOnScopeChains(New, S, AddToContext);
9941 PushOnScopeChains(Param, FnBodyScope);
9971 PushOnScopeChains(D, FnBodyScope, /*AddToContext=*/false);
9977 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false);
11477 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false);
11480 PushOnScopeChains(Ne
[all...]

Completed in 179 milliseconds