Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnteringContext

1603 /// @param EnteringContext Indicates whether we are going to enter the
1608 bool AllowBuiltinCreation, bool EnteringContext) {
1616 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3487 bool EnteringContext,
3514 EnteringContext);
3688 /// \param EnteringContext whether we're entering the context described by
3703 bool EnteringContext,
3753 QualifiedDC = computeDeclContext(*SS, EnteringContext);
3888 EnteringContext, CCC.IsObjCIvarLookup);