Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp517 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()
526 *SkipRangePtr = Hashptr - BeginPtr; in SkipExcludedConditionalBlock()
528 assert(*SkipRangePtr == Hashptr - BeginPtr); in SkipExcludedConditionalBlock()
578 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock() local
579 assert(CurLexer->getSourceLocation(Hashptr) == Tok.getLocation()); in SkipExcludedConditionalBlock()
654 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
673 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
701 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()
746 SkippingRangeState.endLexPass(Hashptr); in SkipExcludedConditionalBlock()