Searched refs:ParsingPreprocessorDirective (Results 1 – 6 of 6) sorted by relevance
50 bool ParsingPreprocessorDirective = false; variable143 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
34 assert(ParsingPreprocessorDirective && in LexIncludeFilename()
115 ParsingPreprocessorDirective = false; in InitLexer()215 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()2195 if (ParsingPreprocessorDirective) { in SkipWhitespace()2355 if (ParsingPreprocessorDirective || CurPtr == BufferEnd) { in SkipLineComment()2383 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2707 if (ParsingPreprocessorDirective) { in LexEndOfFile()2709 ParsingPreprocessorDirective = false; in LexEndOfFile()2787 bool inPPDirectiveMode = ParsingPreprocessorDirective; in isNextPPTokenLParen()2797 ParsingPreprocessorDirective = inPPDirectiveMode; in isNextPPTokenLParen()3241 if (ParsingPreprocessorDirective) { in LexTokenInternal()[all …]
600 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()601 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()630 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
417 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()427 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()443 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()460 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()564 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()844 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()2354 if (CurPPLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
144 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()839 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()