Home | History | Annotate | Download | only in Sema

Lines Matching refs:computeDeclContext

229       computeDeclContext(*SS))
257 LookupCtx = computeDeclContext(ObjectType);
270 LookupCtx = computeDeclContext(SS, EnteringContext);
873 SemanticContext = computeDeclContext(SS, true);
1583 = dyn_cast_or_null<CXXRecordDecl>(computeDeclContext(SS, true)))
2274 if (!(DC = computeDeclContext(SS, false)) ||
2327 LookupCtx = computeDeclContext(SS, EnteringContext);
2329 LookupCtx = computeDeclContext(ObjectType.get());
6900 DeclContext *Ctx = computeDeclContext(SS);