Searched refs:PreprocessorLexer (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 21 void PreprocessorLexer::anchor() {} in anchor() 23 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer 31 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename() 49 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
| H A D | PPLexerChange.cpp | 49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 108 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer() 638 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
| H A D | PPMacroExpansion.cpp | 1713 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
|
| H A D | Pragma.cpp | 487 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
| H A D | Lexer.cpp | 185 : PreprocessorLexer(&PP, FID), in Lexer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 81 class PreprocessorLexer; variable 783 PreprocessorLexer *CurPPLexer = nullptr; 812 PreprocessorLexer *ThePPLexer; 820 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 1295 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 1303 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 1309 PreprocessorLexer *getCurrentFileLexer() const; 2754 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
|
| H A D | Lexer.h | 78 class Lexer : public PreprocessorLexer {
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 547 SRCS_MIN+= Lex/PreprocessorLexer.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1129 {"_ZN5clang17PreprocessorLexerD1Ev", "clang::PreprocessorLexer::~PreprocessorLexer()"}, 1130 {"_ZN5clang17PreprocessorLexerD0Ev", "clang::PreprocessorLexer::~PreprocessorLexer()"}, 11378 {"_ZN5clang17PreprocessorLexer18LexIncludeFilenameERNS_5TokenE", "clang::PreprocessorLexer::LexIncl… 11379 {"_ZNK5clang17PreprocessorLexer12getFileEntryEv", "clang::PreprocessorLexer::getFileEntry() const"}, 26199 {"_ZTVN5clang17PreprocessorLexerE", "vtable for clang::PreprocessorLexer"},
|