Home
last modified time | relevance | path

Searched refs:LexingRawMode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessorLexer.h68 bool LexingRawMode = false; variable
142 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
HDLexer.h237 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()
255 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessorLexer.cpp39 if (LexingRawMode) in LexIncludeFilename()
HDPPDirectives.cpp510 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
678 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
680 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
709 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
711 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
739 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
740 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
747 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
796 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
797 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
[all …]
HDLexer.cpp172 LexingRawMode = false; in InitLexer()
207 LexingRawMode = true; in Lexer()
1973 if (LexingRawMode) in LexIdentifierContinue()
2645 LexingRawMode = true; in SkipLineComment()
2647 LexingRawMode = OldRawMode; in SkipLineComment()
2734 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()
3201 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()
3213 LexingRawMode = true; in isNextPPTokenLParen()
3233 LexingRawMode = false; in isNextPPTokenLParen()
3359 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
[all …]
HDPPLexerChange.cpp657 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
681 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
HDPragma.cpp451 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()
453 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()
821 CurLexer->LexingRawMode = true; in HandlePragmaModuleBuild()
869 CurLexer->LexingRawMode = false; in HandlePragmaModuleBuild()