Searched refs:PreprocessorLexer (Results 1 – 12 of 12) 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; variable736 PreprocessorLexer *CurPPLexer = nullptr;770 PreprocessorLexer *ThePPLexer;778 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()1265 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()1273 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()1279 PreprocessorLexer *getCurrentFileLexer() const;2607 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()
28 PreprocessorLexer.cpp
50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()115 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()631 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
1625 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
480 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
137 : PreprocessorLexer(&PP, FID), in Lexer()
29 "PreprocessorLexer.cpp",
30 PreprocessorLexer.cpp \
509 clang/lib/Lex/PreprocessorLexer.cpp