Home
last modified time | relevance | path

Searched refs:SkipRangePtr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp520 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member
531 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()