Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PPI

5061   pp_iterator PPI;
5064 PPI = std::upper_bound(pp_begin, pp_end, Loc,
5073 PPI = First;
5074 std::advance(PPI, Half);
5075 if (SourceMgr.isBeforeInTranslationUnit(ReadSourceLocation(M, PPI->End),
5077 First = PPI;
5085 if (PPI == pp_end)
5088 return M.BasePreprocessedEntityID + (PPI - pp_begin);