Home | History | Annotate | Download | only in Sema

Lines Matching defs:SEL

147     // If 'SEL' does not yet refer to any declarations, make it refer to the
148 // predefined 'SEL'.
149 DeclarationName SEL = &Context.Idents.get("SEL");
150 if (IdResolver.begin(SEL) == IdResolver.end())
1100 void ExternalSemaSource::ReadMethodPool(Selector Sel) { }