Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnteringContext

1600 /// @param EnteringContext Indicates whether we are going to enter the
1605 bool AllowBuiltinCreation, bool EnteringContext) {
1613 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3479 bool EnteringContext,
3506 EnteringContext);
3695 /// \param EnteringContext whether we're entering the context described by
3710 bool EnteringContext,
3771 QualifiedDC = computeDeclContext(*SS, EnteringContext);
3933 EnteringContext, CCC.IsObjCIvarLookup);