Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h30 class PreprocessorLexer {
78 PreprocessorLexer() : FID() {} in PreprocessorLexer() function
79 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 virtual ~PreprocessorLexer() = default;
126 PreprocessorLexer(const PreprocessorLexer &) = delete;
127 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
H A DPreprocessor.h78 class PreprocessorLexer; variable
736 PreprocessorLexer *CurPPLexer = nullptr;
770 PreprocessorLexer *ThePPLexer;
778 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
1265 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
1273 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
1279 PreprocessorLexer *getCurrentFileLexer() const;
2607 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
H A DLexer.h78 class Lexer : public PreprocessorLexer {
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 void PreprocessorLexer::anchor() {} in anchor()
24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()
51 PreprocessorLexer::getFileEntry() const { in getFileEntry()
H A DCMakeLists.txt28 PreprocessorLexer.cpp
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
115 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
631 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1625 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPragma.cpp480 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp137 : PreprocessorLexer(&PP, FID), in Lexer()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Lex/
H A DBUILD.gn29 "PreprocessorLexer.cpp",
/openbsd-src/gnu/usr.bin/clang/libclangLex/
H A DMakefile30 PreprocessorLexer.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt509 clang/lib/Lex/PreprocessorLexer.cpp