Home | History | Annotate | Download | only in Serialization

Lines Matching full:ppi

4023   pp_iterator PPI;
4031 PPI = First;
4032 std::advance(PPI, Half);
4033 if (SourceMgr.isBeforeInTranslationUnit(ReadSourceLocation(M, PPI->End),
4035 First = PPI;
4042 if (PPI == pp_end)
4045 return M.BasePreprocessedEntityID + (PPI - pp_begin);
4067 pp_iterator PPI =
4071 if (PPI == pp_end)
4074 return M.BasePreprocessedEntityID + (PPI - pp_begin);