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&); // DO NOT IMPLEMENT 48 void operator=(const PTHLexer&); // DO NOT IMPLEMENT 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 129 PTHLexer *CreateLexer(FileID FID);
|
D | Preprocessor.h | 162 llvm::OwningPtr<PTHLexer> CurPTHLexer; 183 PTHLexer *ThePTHLexer; 188 IncludeStackInfo(Lexer *L, PTHLexer* P, PreprocessorLexer* PPL, in IncludeStackInfo() 1043 void EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *Dir);
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 39 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D, in PTHLexer() function in PTHLexer 47 void PTHLexer::Lex(Token& Tok) { in Lex() 137 bool PTHLexer::LexEndOfFile(Token &Result) { in LexEndOfFile() 162 void PTHLexer::getEOF(Token& Tok) { in getEOF() 167 void PTHLexer::DiscardToEndOfLine() { in DiscardToEndOfLine() 196 bool PTHLexer::SkipBlock() { in SkipBlock() 292 SourceLocation PTHLexer::getSourceLocation() { in getSourceLocation() 589 PTHLexer *PTHManager::CreateLexer(FileID FID) { in CreateLexer() 615 return new PTHLexer(*PP, FID, data, ppcond, *this); in CreateLexer()
|
D | CMakeLists.txt | 19 PTHLexer.cpp
|
D | Android.mk | 25 PTHLexer.cpp \
|
D | PPLexerChange.cpp | 76 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() 122 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH()
|
/external/clang/clang.xcodeproj/ |
D | project.pbxproj | 297 …CB83C100F21733 /* PTHLexer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 651 …E0ED0B78600CBC30A /* PTHLexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1702 DE8823DE0ED0B78600CBC30A /* PTHLexer.h */, 1753 35E1946C0ECB83C100F21733 /* PTHLexer.cpp */,
|