Home
last modified time | relevance | path

Searched refs:PreprocessorLexer (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h30 class PreprocessorLexer {
78 PreprocessorLexer() : FID() {} in PreprocessorLexer() function
79 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 virtual ~PreprocessorLexer() = default;
126 PreprocessorLexer(const PreprocessorLexer &) = delete;
127 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
H A DPreprocessor.h81 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
H A DLexer.h20 #include "clang/Lex/PreprocessorLexer.h"
78 class Lexer : public PreprocessorLexer {
229 /// the PreprocessorLexer interface.
/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp1 //===- 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
H A DCMakeLists.txt28 PreprocessorLexer.cpp
H A DPPLexerChange.cpp49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
114 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
644 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPragma.cpp32 #include "clang/Lex/PreprocessorLexer.h"
487 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DPPMacroExpansion.cpp31 #include "clang/Lex/PreprocessorLexer.h"
1758 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DLexer.cpp185 : PreprocessorLexer(&PP, FID), in Lexer()
/llvm-project/llvm/utils/gn/secondary/clang/lib/Lex/
H A DBUILD.gn29 "PreprocessorLexer.cpp",