HomeSort by relevance Sort by last modified time
    Searched refs:CurPTHLexer (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 144 CurPTHLexer.reset(PL);
145 CurPPLexer = CurPTHLexer.get();
382 assert(CurPTHLexer && "Got EOF but no current lexer set!");
383 CurPTHLexer->getEOF(Result);
384 CurPTHLexer.reset();
459 assert(CurPTHLexer && "Got EOF but no current lexer set!");
460 CurPTHLexer->getEOF(Result);
461 CurPTHLexer.reset();
PPDirectives.cpp 376 if (CurPTHLexer) {
582 assert(CurPTHLexer);
583 assert(CurPTHLexer->LexingRawMode == false);
586 if (CurPTHLexer->SkipBlock()) {
590 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
609 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
618 CurPTHLexer->ParsingPreprocessorDirective = true;
620 CurPTHLexer->ParsingPreprocessorDirective = false;
630 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
643 CurPTHLexer->ParsingPreprocessorDirective = true
    [all...]
Preprocessor.cpp 364 else if (CurPTHLexer)
731 ReturnedToken = CurPTHLexer->Lex(Result);
    [all...]
PPMacroExpansion.cpp 382 else if (CurPTHLexer)
383 Val = CurPTHLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 372 CurPTHLexer->DiscardToEndOfLine();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 283 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
289 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
290 std::unique_ptr<PTHLexer> CurPTHLexer;
295 /// This is an alias for either CurLexer or CurPTHLexer.
    [all...]

Completed in 309 milliseconds