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.cpp538 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()
547 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()
549 assert(*SkipRangePtr == unsigned(Hashptr - BeginPtr)); in SkipExcludedConditionalBlock()
599 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock() local
600 assert(CurLexer->getSourceLocation(Hashptr) == Tok.getLocation()); in SkipExcludedConditionalBlock()
675 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
694 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
722 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
767 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()