Searched defs:SkippingRangeStateTy (Results 1 – 1 of 1) sorted by relevance
495 struct SkippingRangeStateTy { in SkipExcludedConditionalBlock() struct496 Preprocessor &PP; in SkipExcludedConditionalBlock()498 const char *BeginPtr = nullptr; in SkipExcludedConditionalBlock()499 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()501 SkippingRangeStateTy(Preprocessor &PP) : PP(PP) {} in SkipExcludedConditionalBlock() function503 void beginLexPass() { in SkipExcludedConditionalBlock()517 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()