Searched refs:PreprocessorLexer (Results 1 – 9 of 9) sorted by relevance
31 class PreprocessorLexer {86 PreprocessorLexer() : FID() {} in PreprocessorLexer() function87 PreprocessorLexer(Preprocessor *pp, FileID fid);88 virtual ~PreprocessorLexer() = default;134 PreprocessorLexer(const PreprocessorLexer &) = delete;135 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
79 class PreprocessorLexer; variable510 PreprocessorLexer *CurPPLexer = nullptr;543 PreprocessorLexer *ThePPLexer;551 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()992 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()1000 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()1006 PreprocessorLexer *getCurrentFileLexer() const;2202 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
76 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 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()315 const PreprocessorLexer::IncludeInfo &Info = Include.getValue(); in ResolvePragmaIncludeInstead()633 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
476 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()544 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaIncludeInstead()
1585 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
137 : PreprocessorLexer(&PP, FID), in Lexer()
444 SRCS_MIN+= Lex/PreprocessorLexer.cpp