Searched refs:PreprocessorLexer (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessorLexer.h | 26 class PreprocessorLexer { 70 PreprocessorLexer(const PreprocessorLexer&); // DO NOT IMPLEMENT 71 void operator=(const PreprocessorLexer&); // DO NOT IMPLEMENT 74 PreprocessorLexer(Preprocessor *pp, FileID fid); 76 PreprocessorLexer() in PreprocessorLexer() function 82 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
|
D | Preprocessor.h | 214 PreprocessorLexer *CurPPLexer; 241 PreprocessorLexer *ThePPLexer; 246 PreprocessorLexer* PPL, in IncludeStackInfo() 413 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 420 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 425 PreprocessorLexer *getCurrentFileLexer() const; 1209 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
|
D | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer {
|
D | Lexer.h | 46 class Lexer : public PreprocessorLexer {
|
/external/clang/lib/Lex/ |
D | PreprocessorLexer.cpp | 20 void PreprocessorLexer::anchor() { } in anchor() 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer 32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename() 53 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
D | CMakeLists.txt | 25 PreprocessorLexer.cpp
|
D | Android.mk | 31 PreprocessorLexer.cpp \
|
D | PPLexerChange.cpp | 51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 441 PreprocessorLexer *FoundLexer = 0; in HandleMicrosoftCommentPaste()
|
D | PTHLexer.cpp | 41 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(0), in PTHLexer()
|
D | PPMacroExpansion.cpp | 999 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 390 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
D | Lexer.cpp | 118 : PreprocessorLexer(&PP, FID), in Lexer()
|