Searched refs:PTHLexer (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer { 47 PTHLexer(const PTHLexer &) LLVM_DELETED_FUNCTION; 48 void operator=(const PTHLexer &) LLVM_DELETED_FUNCTION; 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D, 68 ~PTHLexer() {} in ~PTHLexer()
|
D | PTHManager.h | 32 class PTHLexer; variable 37 friend class PTHLexer; variable 128 PTHLexer *CreateLexer(FileID FID);
|
D | Preprocessor.h | 265 std::unique_ptr<PTHLexer> CurPTHLexer; 305 std::unique_ptr<PTHLexer> ThePTHLexer; 314 std::unique_ptr<PTHLexer> &&ThePTHLexer, in IncludeStackInfo() 1470 void EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *Dir);
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D, in PTHLexer() function in PTHLexer 46 bool PTHLexer::Lex(Token& Tok) { in Lex() 130 bool PTHLexer::LexEndOfFile(Token &Result) { in LexEndOfFile() 155 void PTHLexer::getEOF(Token& Tok) { in getEOF() 160 void PTHLexer::DiscardToEndOfLine() { in DiscardToEndOfLine() 189 bool PTHLexer::SkipBlock() { in SkipBlock() 287 SourceLocation PTHLexer::getSourceLocation() { in getSourceLocation() 605 PTHLexer *PTHManager::CreateLexer(FileID FID) { in CreateLexer() 633 return new PTHLexer(*PP, FID, data, ppcond, *this); in CreateLexer()
|
D | CMakeLists.txt | 20 PTHLexer.cpp
|
D | Android.mk | 27 PTHLexer.cpp \
|
D | PPLexerChange.cpp | 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() 136 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH()
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 1174 + PTHLexer.cpp \
|