Searched refs:PreprocessorLexer (Results 1 – 12 of 12) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | PreprocessorLexer.h | 27 class PreprocessorLexer { 72 PreprocessorLexer(const PreprocessorLexer &) LLVM_DELETED_FUNCTION; 73 void operator=(const PreprocessorLexer &) LLVM_DELETED_FUNCTION; 76 PreprocessorLexer(Preprocessor *pp, FileID fid); 78 PreprocessorLexer() in PreprocessorLexer() function 84 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
|
| H A D | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer {
|
| H A D | Preprocessor.h | 289 PreprocessorLexer *CurPPLexer; 324 PreprocessorLexer *ThePPLexer; 333 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 568 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 576 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 582 PreprocessorLexer *getCurrentFileLexer() const; 1524 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
|
| H A D | Lexer.h | 46 class Lexer : public PreprocessorLexer {
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | 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()
|
| H A D | CMakeLists.txt | 24 PreprocessorLexer.cpp
|
| H A D | PPLexerChange.cpp | 51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 554 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
| H A D | PTHLexer.cpp | 39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
|
| H A D | Pragma.cpp | 422 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
| H A D | PPMacroExpansion.cpp | 1361 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
| H A D | Lexer.cpp | 110 : PreprocessorLexer(&PP, FID), in Lexer()
|
| /minix3/external/bsd/llvm/lib/libclangLex/ |
| H A D | Makefile | 27 PreprocessorLexer.cpp \
|