Searched refs:PreprocessorLexer (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | PreprocessorLexer.h | 27 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()
|
| HD | Preprocessor.h | 294 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()
|
| HD | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer {
|
| HD | Lexer.h | 46 class Lexer : public PreprocessorLexer {
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PreprocessorLexer.cpp | 20 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()
|
| HD | PPLexerChange.cpp | 51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 568 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
| HD | PTHLexer.cpp | 39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
|
| HD | Pragma.cpp | 423 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
| HD | PPMacroExpansion.cpp | 1562 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
| HD | Lexer.cpp | 110 : PreprocessorLexer(&PP, FID), in Lexer()
|
| /NextBSD/lib/clang/libclanglex/ |
| HD | Makefile.depend | 74 PreprocessorLexer.o: DiagnosticCommonKinds.inc.h 75 PreprocessorLexer.o: DiagnosticLexKinds.inc.h 76 PreprocessorLexer.po: DiagnosticCommonKinds.inc.h 77 PreprocessorLexer.po: DiagnosticLexKinds.inc.h
|
| HD | Makefile | 26 PreprocessorLexer.cpp \
|