HomeSort by: relevance | last modified time | path
    Searched refs:ThePPLexer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 55 return ISI.ThePPLexer;
595 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
603 FoundLexer = ISI.ThePPLexer;
PPDirectives.cpp 793 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry()))
856 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) {
PPMacroExpansion.cpp 459 if (Entry.ThePPLexer)
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 541 PreprocessorLexer *ThePPLexer;
549 PreprocessorLexer *ThePPLexer,
554 ThePPLexer(std::move(ThePPLexer)),
2053 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
2205 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer);

Completed in 20 milliseconds