Home
last modified time | relevance | path

Searched refs:CurPTHLexer (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp142 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()
DPPDirectives.cpp250 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 …]
DPreprocessor.cpp335 else if (CurPTHLexer) in recomputeCurLexerKind()
717 ReturnedToken = CurPTHLexer->Lex(Result); in Lex()
DPPMacroExpansion.cpp175 else if (CurPTHLexer) in isNextPPTokenLParen()
176 Val = CurPTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
DPragma.cpp371 CurPTHLexer->DiscardToEndOfLine(); in HandlePragmaMark()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h254 OwningPtr<PTHLexer> CurPTHLexer; variable
1269 CurPTHLexer.take(), in PushIncludeMacroStack()
1278 CurPTHLexer.reset(IncludeMacroStack.back().ThePTHLexer); in PopIncludeMacroStack()
1415 return !CurPPLexer && !CurTokenLexer && !CurPTHLexer && in InCachingLexMode()