Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp564 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()
573 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()
575 assert(*SkipRangePtr == unsigned(Hashptr - BeginPtr)); in SkipExcludedConditionalBlock()
625 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock() local
626 assert(CurLexer->getSourceLocation(Hashptr) == Tok.getLocation()); in SkipExcludedConditionalBlock()
701 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
720 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
748 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
793 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()