Home | History | Annotate | Download | only in Sema

Lines Matching refs:computeDeclContext

61 DeclContext *Sema::computeDeclContext(QualType T) {
82 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS,
344 LookupCtx = computeDeclContext(ObjectType);
349 LookupCtx = computeDeclContext(SS, false);
431 LookupCtx = computeDeclContext(ObjectType);
436 LookupCtx = computeDeclContext(SS, EnteringContext);
929 DeclContext *DC = computeDeclContext(SS, true);
955 assert(!SS.isInvalid() && computeDeclContext(SS, true) &&