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 143 CurPTHLexer.reset(PL);
144 CurPPLexer = CurPTHLexer.get();
371 assert(CurPTHLexer && "Got EOF but no current lexer set!");
372 CurPTHLexer->getEOF(Result);
373 CurPTHLexer.reset();
445 assert(CurPTHLexer && "Got EOF but no current lexer set!");
446 CurPTHLexer->getEOF(Result);
447 CurPTHLexer.reset();
PPDirectives.cpp 305 if (CurPTHLexer) {
512 assert(CurPTHLexer);
513 assert(CurPTHLexer->LexingRawMode == false);
516 if (CurPTHLexer->SkipBlock()) {
520 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
539 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
548 CurPTHLexer->ParsingPreprocessorDirective = true;
550 CurPTHLexer->ParsingPreprocessorDirective = false;
560 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
573 CurPTHLexer->ParsingPreprocessorDirective = true
    [all...]
Preprocessor.cpp 347 else if (CurPTHLexer)
695 ReturnedToken = CurPTHLexer->Lex(Result);
PPMacroExpansion.cpp 187 else if (CurPTHLexer)
188 Val = CurPTHLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 367 CurPTHLexer->DiscardToEndOfLine();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 276 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
282 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
283 std::unique_ptr<PTHLexer> CurPTHLexer;
288 /// This is an alias for either CurLexer or CurPTHLexer.
    [all...]

Completed in 31 milliseconds