Home
last modified time | relevance | path

Searched refs:PreprocessorLexer (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessorLexer.h27 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()
DPTHLexer.h24 class PTHLexer : public PreprocessorLexer {
DPreprocessor.h296 PreprocessorLexer *CurPPLexer;
331 PreprocessorLexer *ThePPLexer;
340 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
757 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
765 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
771 PreprocessorLexer *getCurrentFileLexer() const;
1832 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
DLexer.h46 class Lexer : public PreprocessorLexer {
/external/clang/lib/Lex/
DPreprocessorLexer.cpp20 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()
DCMakeLists.txt24 PreprocessorLexer.cpp
DPPLexerChange.cpp52 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
567 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
DPTHLexer.cpp39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
DPragma.cpp427 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
DPPMacroExpansion.cpp1651 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
DLexer.cpp110 : PreprocessorLexer(&PP, FID), in Lexer()