Home
last modified time | relevance | path

Searched defs:SkippingRangeStateTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp516 struct SkippingRangeStateTy { in SkipExcludedConditionalBlock() struct
517 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() function
524 void beginLexPass() { in SkipExcludedConditionalBlock()
538 void endLexPass(const char *Hashptr) { in SkipExcludedConditionalBlock()