Searched refs:ParsingPreprocessorDirective (Results 1 – 6 of 6) sorted by relevance
50 bool ParsingPreprocessorDirective = false; variable138 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
114 ParsingPreprocessorDirective = false; in InitLexer()222 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()1707 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUCN()1754 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUTF8Char()1781 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()1797 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()2387 if (ParsingPreprocessorDirective) { in SkipWhitespace()2580 if (ParsingPreprocessorDirective || CurPtr == BufferEnd) { in SkipLineComment()2608 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2940 assert(ParsingPreprocessorDirective && ParsingFilename == false && in ReadToEndOfLine()[all …]
644 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()645 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()674 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
574 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()587 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()603 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()620 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()819 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()1123 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()2791 if (CurLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
182 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()840 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()
1194 ``ParsingPreprocessorDirective`` mode is entered. This changes the parser to