Home
last modified time | relevance | path

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

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