Searched defs:SkippingRangeStateTy (Results 1 – 1 of 1) sorted by relevance
516 struct SkippingRangeStateTy { in SkipExcludedConditionalBlock() struct517 Preprocessor &PP; in SkipExcludedConditionalBlock()519 const char *BeginPtr = nullptr; in SkipExcludedConditionalBlock()520 unsigned *SkipRangePtr = nullptr; in SkipExcludedConditionalBlock()522 SkippingRangeStateTy(Preprocessor &PP) : PP(PP) {} in SkipExcludedConditionalBlock() argument524 void beginLexPass() { in SkipExcludedConditionalBlock()538 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()