Searched refs:CurPTHLexer (Results 1 – 6 of 6) sorted by relevance
142 CurPTHLexer.reset(PL); in EnterSourceFileWithPTH()143 CurPPLexer = CurPTHLexer.get(); in EnterSourceFileWithPTH()323 assert(CurPTHLexer && "Got EOF but no current lexer set!"); in HandleEndOfFile()324 CurPTHLexer->getEOF(Result); in HandleEndOfFile()325 CurPTHLexer.reset(); in HandleEndOfFile()400 assert(CurPTHLexer && "Got EOF but no current lexer set!"); in HandleEndOfFile()401 CurPTHLexer->getEOF(Result); in HandleEndOfFile()402 CurPTHLexer.reset(); in HandleEndOfFile()
250 if (CurPTHLexer) { in SkipExcludedConditionalBlock()459 assert(CurPTHLexer); in PTHSkipExcludedConditionalBlock()460 assert(CurPTHLexer->LexingRawMode == false); in PTHSkipExcludedConditionalBlock()463 if (CurPTHLexer->SkipBlock()) { in PTHSkipExcludedConditionalBlock()467 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo); in PTHSkipExcludedConditionalBlock()486 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel(); in PTHSkipExcludedConditionalBlock()495 CurPTHLexer->ParsingPreprocessorDirective = true; in PTHSkipExcludedConditionalBlock()497 CurPTHLexer->ParsingPreprocessorDirective = false; in PTHSkipExcludedConditionalBlock()507 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel(); in PTHSkipExcludedConditionalBlock()520 CurPTHLexer->ParsingPreprocessorDirective = true; in PTHSkipExcludedConditionalBlock()[all …]
335 else if (CurPTHLexer) in recomputeCurLexerKind()717 ReturnedToken = CurPTHLexer->Lex(Result); in Lex()
175 else if (CurPTHLexer) in isNextPPTokenLParen()176 Val = CurPTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
371 CurPTHLexer->DiscardToEndOfLine(); in HandlePragmaMark()
254 OwningPtr<PTHLexer> CurPTHLexer; variable1269 CurPTHLexer.take(), in PushIncludeMacroStack()1278 CurPTHLexer.reset(IncludeMacroStack.back().ThePTHLexer); in PopIncludeMacroStack()1415 return !CurPPLexer && !CurTokenLexer && !CurPTHLexer && in InCachingLexMode()