Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PPOffs

3336   const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex];
3339 M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset);
3364 SourceRange Range(ReadSourceLocation(M, PPOffs.Begin),
3365 ReadSourceLocation(M, PPOffs.End));
3582 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex];
3584 SourceLocation Loc = ReadSourceLocation(M, PPOffs.Begin);