Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h68 bool LexingRawMode = false; variable
142 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
H A DLexer.h237 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()
255 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp39 if (LexingRawMode) in LexIncludeFilename()
H A DPPDirectives.cpp509 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
677 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
679 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
708 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
710 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
739 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
746 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
796 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
799 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
847 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
[all …]
H A DLexer.cpp127 LexingRawMode = false; in InitLexer()
162 LexingRawMode = true; in Lexer()
1928 if (LexingRawMode) in LexIdentifierContinue()
2589 LexingRawMode = true; in SkipLineComment()
2591 LexingRawMode = OldRawMode; in SkipLineComment()
2678 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()
3157 LexingRawMode = true; in isNextPPTokenLParen()
3177 LexingRawMode = false; in isNextPPTokenLParen()
3303 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
4149 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp658 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
682 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
H A DPragma.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()