Home | History | Annotate | Download | only in Sema

Lines Matching refs:computeDeclContext

101     DeclContext *DC = computeDeclContext(SS, EnteringContext);
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
119 LookupCtx = computeDeclContext(SearchType);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
135 LookupCtx = computeDeclContext(SearchType);
187 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
5036 ((SS.isSet() && !computeDeclContext(SS, false)) ||