Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorLexer.h56 bool LexingRawMode; variable
72 ParsingFilename(false), LexingRawMode(false) {} in PreprocessorLexer()
78 LexingRawMode(false) {} in PreprocessorLexer()
143 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
DLexer.h144 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()
162 assert((!Val || LexingRawMode) && in SetKeepWhitespaceMode()
/external/clang/lib/Lex/
DLexer.cpp104 LexingRawMode = false; in InitLexer()
136 LexingRawMode = true; in Lexer()
150 LexingRawMode = true; in Lexer()
1183 if (LexingRawMode) in LexIdentifier()
1475 LexingRawMode = true; in SkipBCPLComment()
1477 LexingRawMode = OldRawMode; in SkipBCPLComment()
1926 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()
1931 LexingRawMode = true; in isNextPPTokenLParen()
1946 LexingRawMode = false; in isNextPPTokenLParen()
2409 if (Result.isAtStartOfLine() && !LexingRawMode && !Is_PragmaLexer) { in LexTokenInternal()
[all …]
DPPLexerChange.cpp322 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
346 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
DPTHLexer.cpp75 assert(!LexingRawMode); in Lex()
109 assert(!LexingRawMode); in Lex()
119 assert(!LexingRawMode); in Lex()
146 assert(!LexingRawMode); in LexEndOfFile()
DPPDirectives.cpp209 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
359 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
360 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
363 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
389 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
396 assert(CurPTHLexer->LexingRawMode == false); in PTHSkipExcludedConditionalBlock()
1738 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
DPragma.cpp281 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()
283 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()