Home | History | Annotate | Download | only in Sema

Lines Matching refs:computeDeclContext

55 DeclContext *Sema::computeDeclContext(QualType T) {
76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS,
397 LookupCtx = computeDeclContext(ObjectType);
402 LookupCtx = computeDeclContext(SS, false);
503 LookupCtx = computeDeclContext(ObjectType);
508 LookupCtx = computeDeclContext(SS, EnteringContext);
1062 DeclContext *DC = computeDeclContext(SS, true);
1088 assert(!SS.isInvalid() && computeDeclContext(SS, true) &&