Searched refs:SkipRangePtr (Results 1 – 1 of 1) sorted by relevance
499 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member510 SkipRangePtr = &PP.RecordedSkippedRanges[BeginPtr]; in SkipExcludedConditionalBlock()511 if (*SkipRangePtr) { in SkipExcludedConditionalBlock()512 PP.CurLexer->seek(PP.CurLexer->getCurrentBufferOffset() + *SkipRangePtr, in SkipExcludedConditionalBlock()525 if (!*SkipRangePtr) { in SkipExcludedConditionalBlock()526 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()528 assert(*SkipRangePtr == Hashptr - BeginPtr); in SkipExcludedConditionalBlock()530 SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()