Home
last modified time | relevance | path

Searched refs:ParsingPreprocessorDirective (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h50 bool ParsingPreprocessorDirective = false; variable
138 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp114 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 …]
H A DPPLexerChange.cpp644 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
645 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
674 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
H A DPPDirectives.cpp574 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()
H A DPragma.cpp182 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()
840 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst1194 ``ParsingPreprocessorDirective`` mode is entered. This changes the parser to