Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h29 class PreprocessorLexer {
77 PreprocessorLexer() : FID() {} in PreprocessorLexer() function
78 PreprocessorLexer(Preprocessor *pp, FileID fid);
79 virtual ~PreprocessorLexer() = default;
125 PreprocessorLexer(const PreprocessorLexer &) = delete;
126 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
H A DPreprocessor.h79 class PreprocessorLexer; variable
508 PreprocessorLexer *CurPPLexer = nullptr;
541 PreprocessorLexer *ThePPLexer;
549 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
991 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
999 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
1005 PreprocessorLexer *getCurrentFileLexer() const;
2200 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
H A DLexer.h76 class Lexer : public PreprocessorLexer {
/netbsd-src/external/apache2/llvm/dist/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 DCMakeLists.txt24 PreprocessorLexer.cpp
H A DPPLexerChange.cpp48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
592 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1594 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPragma.cpp470 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp137 : PreprocessorLexer(&PP, FID), in Lexer()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Lex/
H A DBUILD.gn27 "PreprocessorLexer.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangLex/
H A DMakefile27 PreprocessorLexer.cpp \