Searched refs:ParsingPreprocessorDirective (Results 1 – 5 of 5) sorted by relevance
50 bool ParsingPreprocessorDirective = false; variable138 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
118 ParsingPreprocessorDirective = false; in InitLexer()226 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()2457 if (ParsingPreprocessorDirective) { in SkipWhitespace()2678 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()3069 if (ParsingPreprocessorDirective) { in LexEndOfFile()3071 ParsingPreprocessorDirective = false; in LexEndOfFile()3161 bool inPPDirectiveMode = ParsingPreprocessorDirective; in isNextPPTokenLParen()3171 ParsingPreprocessorDirective = inPPDirectiveMode; in isNextPPTokenLParen()3738 if (ParsingPreprocessorDirective) { in LexTokenInternal()3740 ParsingPreprocessorDirective = false; in LexTokenInternal()[all …]
659 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()660 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()689 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
594 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()607 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()623 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()640 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()839 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()1134 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()2842 if (CurLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
182 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()851 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()