Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h31 class PreprocessorLexer {
86 PreprocessorLexer() : FID() {} in PreprocessorLexer() function
87 PreprocessorLexer(Preprocessor *pp, FileID fid);
88 virtual ~PreprocessorLexer() = default;
134 PreprocessorLexer(const PreprocessorLexer &) = delete;
135 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
H A DPreprocessor.h79 class PreprocessorLexer; variable
510 PreprocessorLexer *CurPPLexer = nullptr;
543 PreprocessorLexer *ThePPLexer;
551 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
992 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
1000 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
1006 PreprocessorLexer *getCurrentFileLexer() const;
2202 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
H A DLexer.h76 class Lexer : public PreprocessorLexer {
/freebsd-13.1/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 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
315 const PreprocessorLexer::IncludeInfo &Info = Include.getValue(); in ResolvePragmaIncludeInstead()
633 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPragma.cpp476 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
544 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaIncludeInstead()
H A DPPMacroExpansion.cpp1585 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DLexer.cpp137 : PreprocessorLexer(&PP, FID), in Lexer()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile444 SRCS_MIN+= Lex/PreprocessorLexer.cpp