Searched refs:SkipRangePtr (Results 1 – 1 of 1) sorted by relevance
520 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member531 SkipRangePtr = &PP.RecordedSkippedRanges[BeginPtr]; in SkipExcludedConditionalBlock()532 if (*SkipRangePtr) { in SkipExcludedConditionalBlock()533 PP.CurLexer->seek(PP.CurLexer->getCurrentBufferOffset() + *SkipRangePtr, in SkipExcludedConditionalBlock()546 if (!*SkipRangePtr) { in SkipExcludedConditionalBlock()547 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()549 assert(*SkipRangePtr == unsigned(Hashptr - BeginPtr)); in SkipExcludedConditionalBlock()551 SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()