Searched refs:ParsingPreprocessorDirective (Results 1 – 6 of 6) sorted by relevance
49 bool ParsingPreprocessorDirective = false; variable137 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
114 ParsingPreprocessorDirective = false; in InitLexer()217 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()2223 if (ParsingPreprocessorDirective) { in SkipWhitespace()2391 if (ParsingPreprocessorDirective || CurPtr == BufferEnd) { in SkipLineComment()2419 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2685 assert(ParsingPreprocessorDirective && ParsingFilename == false && in ReadToEndOfLine()2744 if (ParsingPreprocessorDirective) { in LexEndOfFile()2746 ParsingPreprocessorDirective = false; in LexEndOfFile()2824 bool inPPDirectiveMode = ParsingPreprocessorDirective; in isNextPPTokenLParen()2834 ParsingPreprocessorDirective = inPPDirectiveMode; in isNextPPTokenLParen()[all …]
605 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()606 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()635 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
488 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()498 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()514 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()531 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()638 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()932 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()2559 if (CurLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
181 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()831 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()
1191 ``ParsingPreprocessorDirective`` mode is entered. This changes the parser to