Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessorLexer.h27 class PreprocessorLexer {
72 PreprocessorLexer(const PreprocessorLexer &) = delete;
73 void operator=(const PreprocessorLexer &) = delete;
76 PreprocessorLexer(Preprocessor *pp, FileID fid);
78 PreprocessorLexer() in PreprocessorLexer() function
84 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
HDPreprocessor.h294 PreprocessorLexer *CurPPLexer;
329 PreprocessorLexer *ThePPLexer;
338 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
745 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
753 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
759 PreprocessorLexer *getCurrentFileLexer() const;
1795 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
HDPTHLexer.h24 class PTHLexer : public PreprocessorLexer {
HDLexer.h46 class Lexer : public PreprocessorLexer {
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessorLexer.cpp20 void PreprocessorLexer::anchor() { } in anchor()
22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()
56 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
HDPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
568 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
HDPTHLexer.cpp39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
HDPragma.cpp423 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
HDPPMacroExpansion.cpp1562 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
HDLexer.cpp110 : PreprocessorLexer(&PP, FID), in Lexer()
/NextBSD/lib/clang/libclanglex/
HDMakefile.depend74 PreprocessorLexer.o: DiagnosticCommonKinds.inc.h
75 PreprocessorLexer.o: DiagnosticLexKinds.inc.h
76 PreprocessorLexer.po: DiagnosticCommonKinds.inc.h
77 PreprocessorLexer.po: DiagnosticLexKinds.inc.h
HDMakefile26 PreprocessorLexer.cpp \