Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h67 bool LexingRawMode = false; variable
141 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
H A DLexer.h199 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()
217 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessorLexer.cpp39 if (LexingRawMode) in LexIncludeFilename()
H A DPPDirectives.cpp452 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
565 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
567 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
592 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
594 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
614 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
615 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
622 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
646 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
3109 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
H A DLexer.cpp123 LexingRawMode = false; in InitLexer()
155 LexingRawMode = true; in Lexer()
1665 if (LexingRawMode) in LexIdentifier()
2330 LexingRawMode = true; in SkipLineComment()
2332 LexingRawMode = OldRawMode; in SkipLineComment()
2419 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()
2815 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()
2820 LexingRawMode = true; in isNextPPTokenLParen()
2840 LexingRawMode = false; in isNextPPTokenLParen()
2966 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
[all …]
H A DPPLexerChange.cpp604 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
628 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
H A DPragma.cpp430 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()
432 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()
801 CurLexer->LexingRawMode = true; in HandlePragmaModuleBuild()
849 CurLexer->LexingRawMode = false; in HandlePragmaModuleBuild()