Home
last modified time | relevance | path

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

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