Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.h80 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
H A DLexer.h78 class Lexer : public PreprocessorLexer {
/freebsd-src/contrib/llvm-project/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()
50 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
115 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
645 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp33 #include "clang/Lex/PreprocessorLexer.h"
1761 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPragma.cpp33 #include "clang/Lex/PreprocessorLexer.h"
491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp186 : PreprocessorLexer(&PP, FID),
/freebsd-src/lib/clang/libclang/
H A DMakefile515 SRCS_MIN+= Lex/PreprocessorLexer.cpp