Searched refs:PreprocessorLexer (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessorLexer.h | 27 class PreprocessorLexer { 72 PreprocessorLexer(const PreprocessorLexer &) = delete; 73 void operator=(const PreprocessorLexer &) = delete; 76 PreprocessorLexer(Preprocessor *pp, FileID fid); 78 PreprocessorLexer() in PreprocessorLexer() function 84 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
|
D | Preprocessor.h | 289 PreprocessorLexer *CurPPLexer; 324 PreprocessorLexer *ThePPLexer; 333 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 568 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 576 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 582 PreprocessorLexer *getCurrentFileLexer() const; 1524 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() 56 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
D | CMakeLists.txt | 24 PreprocessorLexer.cpp
|
D | Android.mk | 28 PreprocessorLexer.cpp \
|
D | PPLexerChange.cpp | 51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 554 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
D | PTHLexer.cpp | 39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
|
D | Pragma.cpp | 422 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
D | PPMacroExpansion.cpp | 1366 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
D | Lexer.cpp | 110 : PreprocessorLexer(&PP, FID), in Lexer()
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 1178 + PreprocessorLexer.cpp \
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |