Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PL

480     for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
482 PL != PLEnd; ++PL)
483 Writer.AddSourceLocation(*PL, Record);
536 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
538 PL != PLEnd; ++PL)
539 Writer.AddSourceLocation(*PL, Record);
561 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
562 PL != PLEnd; ++PL)
563 Writer.AddSourceLocation(*PL, Record);