Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnteringContext

44                                    bool EnteringContext) {
101 DeclContext *DC = computeDeclContext(SS, EnteringContext);
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
187 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {