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;
80 class PreprocessorLexer;759 PreprocessorLexer *CurPPLexer = nullptr;788 PreprocessorLexer *ThePPLexer;796 PreprocessorLexer *ThePPLexer, in MacroExpandsInfo() 1284 bool isCurrentLexer(const PreprocessorLexer *L) const {1292 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getPPCallbacks() 1298 PreprocessorLexer *getCurrentFileLexer() const; in addPPCallbacks() 2671 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) {78 class PreprocessorLexer; global() variable
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() 645 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
33 #include "clang/Lex/PreprocessorLexer.h"1761 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
33 #include "clang/Lex/PreprocessorLexer.h"491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
186 : PreprocessorLexer(&PP, FID),
515 SRCS_MIN+= Lex/PreprocessorLexer.cpp