Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnteringContext

46                                    bool EnteringContext) {
103 DeclContext *DC = computeDeclContext(SS, EnteringContext);
118 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
124 LookupCtx = computeDeclContext(SS, EnteringContext);
189 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {