Searched refs:PreprocessorLexer (Results 1 – 10 of 10) 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;
81 class PreprocessorLexer;760 PreprocessorLexer *CurPPLexer = nullptr;789 PreprocessorLexer *ThePPLexer;797 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 1274 bool isCurrentLexer(const PreprocessorLexer *L) const {1282 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }1288 PreprocessorLexer *getCurrentFileLexer() const;2689 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in InCachingLexMode() 80 class PreprocessorLexer; global() variable
20 #include "clang/Lex/PreprocessorLexer.h"78 class Lexer : public PreprocessorLexer {229 /// the PreprocessorLexer interface.
1 //===- PreprocessorLexer.cpp - C Language Family Lexer --------------------===//9 // This file implements the PreprocessorLexer and Token interfaces.13 #include "clang/Lex/PreprocessorLexer.h"21 void PreprocessorLexer::anchor() {}23 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)31 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {49 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const {24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) PreprocessorLexer() function in PreprocessorLexer
28 PreprocessorLexer.cpp
49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {114 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer() 644 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
32 #include "clang/Lex/PreprocessorLexer.h"487 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
31 #include "clang/Lex/PreprocessorLexer.h"1758 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
185 : PreprocessorLexer(&PP, FID), in Lexer()
29 "PreprocessorLexer.cpp",