Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h79 class PreprocessorLexer; variable
604 PreprocessorLexer *CurPPLexer = nullptr;
638 PreprocessorLexer *ThePPLexer;
646 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
1138 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
1146 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
1152 PreprocessorLexer *getCurrentFileLexer() const;
2434 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
H A DLexer.h78 class Lexer : public PreprocessorLexer {
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 void PreprocessorLexer::anchor() {} in anchor()
24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()
51 PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DCMakeLists.txt25 PreprocessorLexer.cpp
H A DPPLexerChange.cpp49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
114 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
630 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1600 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPragma.cpp479 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp138 : PreprocessorLexer(&PP, FID), in Lexer()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Lex/
H A DBUILD.gn28 "PreprocessorLexer.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt511 clang/lib/Lex/PreprocessorLexer.cpp