Searched refs:PreprocessorLexer (Results 1 – 11 of 11) sorted by relevance
30 class PreprocessorLexer {78 PreprocessorLexer() : FID() {} in PreprocessorLexer() function79 PreprocessorLexer(Preprocessor *pp, FileID fid);80 virtual ~PreprocessorLexer() = default;126 PreprocessorLexer(const PreprocessorLexer &) = delete;127 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
79 class PreprocessorLexer; variable604 PreprocessorLexer *CurPPLexer = nullptr;638 PreprocessorLexer *ThePPLexer;646 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()1138 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()1146 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()1152 PreprocessorLexer *getCurrentFileLexer() const;2434 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
78 class Lexer : public PreprocessorLexer {
22 void PreprocessorLexer::anchor() {} in anchor()24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()51 PreprocessorLexer::getFileEntry() const { in getFileEntry()
25 PreprocessorLexer.cpp
49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()114 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()630 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
1600 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
479 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
138 : PreprocessorLexer(&PP, FID), in Lexer()
28 "PreprocessorLexer.cpp",
511 clang/lib/Lex/PreprocessorLexer.cpp