Home | History | Annotate | Download | only in Sema

Lines Matching refs:Encloses

941            OutermostContext->Encloses(PrevDecl->getDeclContext()))) {
5681 // that encloses the one in which the explicit specialization was
5728 if (!DC->Encloses(SpecializedContext) &&
5763 bool IsCPlusPlus11Extension = DC->Encloses(SpecializedContext);
5766 "DC encloses TU but isn't in enclosing namespace set");
6981 if (CurContext->Encloses(OrigContext))