Searched refs:SkipRangePtr (Results 1 – 1 of 1) sorted by relevance
546 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member557 SkipRangePtr = &PP.RecordedSkippedRanges[BeginPtr]; in SkipExcludedConditionalBlock()558 if (*SkipRangePtr) { in SkipExcludedConditionalBlock()559 PP.CurLexer->seek(PP.CurLexer->getCurrentBufferOffset() + *SkipRangePtr, in SkipExcludedConditionalBlock()572 if (!*SkipRangePtr) { in SkipExcludedConditionalBlock()573 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()575 assert(*SkipRangePtr == unsigned(Hashptr - BeginPtr)); in SkipExcludedConditionalBlock()577 SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()