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();
352 assert(CurPTHLexer && "Got EOF but no current lexer set!");
353 CurPTHLexer->getEOF(Result);
354 CurPTHLexer.reset();
426 assert(CurPTHLexer && "Got EOF but no current lexer set!");
427 CurPTHLexer->getEOF(Result);
428 CurPTHLexer.reset();
PPDirectives.cpp 257 if (CurPTHLexer) {
464 assert(CurPTHLexer);
465 assert(CurPTHLexer->LexingRawMode == false);
468 if (CurPTHLexer->SkipBlock()) {
472 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
491 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
500 CurPTHLexer->ParsingPreprocessorDirective = true;
502 CurPTHLexer->ParsingPreprocessorDirective = false;
512 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
525 CurPTHLexer->ParsingPreprocessorDirective = true
    [all...]
Preprocessor.cpp 332 else if (CurPTHLexer)
671 ReturnedToken = CurPTHLexer->Lex(Result);
PPMacroExpansion.cpp 180 else if (CurPTHLexer)
181 Val = CurPTHLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 369 CurPTHLexer->DiscardToEndOfLine();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 258 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
264 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
265 std::unique_ptr<PTHLexer> CurPTHLexer;
270 /// This is an alias for either CurLexer or CurPTHLexer.
    [all...]

Completed in 67 milliseconds