Searched refs:ParsingPreprocessorDirective (Results 1 – 5 of 5) sorted by relevance
50 bool ParsingPreprocessorDirective = false; variable138 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
163 ParsingPreprocessorDirective = false; in Lexer() 271 L->ParsingPreprocessorDirective = true;1777 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUTF8Char() 1830 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart() 1862 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in fastParseASCIIIdentifier() 1878 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in fastParseASCIIIdentifier() 2513 if (ParsingPreprocessorDirective) { in SkipLineComment() 2706 if (ParsingPreprocessorDirective || CurPtr == BufferEnd) { in isEndOfBlockCommentWithEscapedNewLine() 2734 if (!ParsingPreprocessorDirective || LexingRawMode) in isEndOfBlockCommentWithEscapedNewLine() 3066 assert(ParsingPreprocessorDirective in LexEndOfFile() [all...]
658 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste() 659 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste() 688 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
595 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock() 608 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock() 624 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock() 641 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock() 840 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock() 1205 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective() 2920 if (CurLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
182 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective() 851 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()