Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PL

496     for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
498 PL != PLEnd; ++PL)
499 Writer.AddSourceLocation(*PL, Record);
553 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
555 PL != PLEnd; ++PL)
556 Writer.AddSourceLocation(*PL, Record);
578 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
579 PL != PLEnd; ++PL)
580 Writer.AddSourceLocation(*PL, Record);