Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp499 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock() member
510 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()