Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp21 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 DPPLexerChange.cpp49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
108 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
638 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1713 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPragma.cpp487 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp185 : PreprocessorLexer(&PP, FID), in Lexer()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h81 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 DLexer.h78 class Lexer : public PreprocessorLexer {
/freebsd/lib/clang/libclang/
H A DMakefile547 SRCS_MIN+= Lex/PreprocessorLexer.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1129 {"_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"},