Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h30 class PreprocessorLexer {
79 PreprocessorLexer() : FID() {} in PreprocessorLexer() function
80 PreprocessorLexer(Preprocessor *pp, FileID fid);
81 virtual ~PreprocessorLexer() = default;
127 PreprocessorLexer(const PreprocessorLexer &) = delete;
128 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
H A DPreprocessor.h79 class PreprocessorLexer; variable
400 PreprocessorLexer *CurPPLexer = nullptr;
433 PreprocessorLexer *ThePPLexer;
441 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
879 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
887 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
893 PreprocessorLexer *getCurrentFileLexer() const;
2053 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
H A DLexer.h77 class Lexer : public PreprocessorLexer {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp23 void PreprocessorLexer::anchor() {} in anchor()
25 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer
33 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()
57 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
587 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1572 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPragma.cpp459 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp135 : PreprocessorLexer(&PP, FID), in Lexer()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile391 SRCS_MIN+= Lex/PreprocessorLexer.cpp