Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PPOffs

3869   const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex];
3877 M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset);
3885 SourceRange Range(ReadSourceLocation(M, PPOffs.Begin),
3886 ReadSourceLocation(M, PPOffs.End));
4100 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex];
4102 SourceLocation Loc = ReadSourceLocation(M, PPOffs.Begin);