Searched refs:SkipRangePtr (Results 1 – 1 of 1) sorted by relevance
519 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member530 SkipRangePtr = &PP.RecordedSkippedRanges[BeginPtr]; in SkipExcludedConditionalBlock()531 if (*SkipRangePtr) { in SkipExcludedConditionalBlock()532 PP.CurLexer->seek(PP.CurLexer->getCurrentBufferOffset() + *SkipRangePtr, in SkipExcludedConditionalBlock()545 if (!*SkipRangePtr) { in SkipExcludedConditionalBlock()546 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()548 assert(*SkipRangePtr == Hashptr - BeginPtr); in SkipExcludedConditionalBlock()550 SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()