Searched refs:PreprocessorLexer (Results 1 – 9 of 9) sorted by relevance
30 class PreprocessorLexer {79 PreprocessorLexer() : FID() {} in PreprocessorLexer() function80 PreprocessorLexer(Preprocessor *pp, FileID fid);81 virtual ~PreprocessorLexer() = default;127 PreprocessorLexer(const PreprocessorLexer &) = delete;128 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
79 class PreprocessorLexer; variable400 PreprocessorLexer *CurPPLexer = nullptr;433 PreprocessorLexer *ThePPLexer;441 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()879 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()887 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()893 PreprocessorLexer *getCurrentFileLexer() const;2053 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
77 class Lexer : public PreprocessorLexer {
23 void PreprocessorLexer::anchor() {} in anchor()25 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer33 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()57 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()587 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
1572 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
459 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
135 : PreprocessorLexer(&PP, FID), in Lexer()
391 SRCS_MIN+= Lex/PreprocessorLexer.cpp