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 295 if (CurPTHLexer) {
502 assert(CurPTHLexer);
503 assert(CurPTHLexer->LexingRawMode == false);
506 if (CurPTHLexer->SkipBlock()) {
510 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
529 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
538 CurPTHLexer->ParsingPreprocessorDirective = true;
540 CurPTHLexer->ParsingPreprocessorDirective = false;
550 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
563 CurPTHLexer->ParsingPreprocessorDirective = true
    [all...]
Preprocessor.cpp 361 else if (CurPTHLexer)
728 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 282 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
288 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
289 std::unique_ptr<PTHLexer> CurPTHLexer;
294 /// This is an alias for either CurLexer or CurPTHLexer.
    [all...]

Completed in 45 milliseconds