Searched refs:PreprocessorLexer (Results 1 – 9 of 9) 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;
78 class PreprocessorLexer; variable739 PreprocessorLexer *CurPPLexer = nullptr;768 PreprocessorLexer *ThePPLexer;776 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()1264 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()1272 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()1278 PreprocessorLexer *getCurrentFileLexer() const;2606 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()50 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()115 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()646 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
1624 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
141 : PreprocessorLexer(&PP, FID), in Lexer()
510 SRCS_MIN+= Lex/PreprocessorLexer.cpp