Searched refs:PreprocessorLexer (Results 1 – 11 of 11) sorted by relevance
29 class PreprocessorLexer {77 PreprocessorLexer() : FID() {} in PreprocessorLexer() function78 PreprocessorLexer(Preprocessor *pp, FileID fid);79 virtual ~PreprocessorLexer() = default;125 PreprocessorLexer(const PreprocessorLexer &) = delete;126 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
79 class PreprocessorLexer; variable508 PreprocessorLexer *CurPPLexer = nullptr;541 PreprocessorLexer *ThePPLexer;549 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()991 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()999 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()1005 PreprocessorLexer *getCurrentFileLexer() const;2200 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()
24 PreprocessorLexer.cpp
48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()592 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
1594 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
470 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
137 : PreprocessorLexer(&PP, FID), in Lexer()
27 "PreprocessorLexer.cpp",
27 PreprocessorLexer.cpp \