Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp537 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()
546 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()
548 assert(*SkipRangePtr == Hashptr - BeginPtr); in SkipExcludedConditionalBlock()
598 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock() local
599 assert(CurLexer->getSourceLocation(Hashptr) == Tok.getLocation()); in SkipExcludedConditionalBlock()
674 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
693 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
721 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
766 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()