Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h80 class PreprocessorLexer; variable
759 PreprocessorLexer *CurPPLexer = nullptr;
788 PreprocessorLexer *ThePPLexer;
796 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
1284 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
1292 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
1298 PreprocessorLexer *getCurrentFileLexer() const;
2671 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
115 PreprocessorLexer *PrevPPLexer = CurPPLexer; in EnterSourceFileWithLexer()
645 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPPMacroExpansion.cpp1761 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPragma.cpp491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DLexer.cpp186 : PreprocessorLexer(&PP, FID), in Lexer()
/freebsd/lib/clang/libclang/
H A DMakefile532 SRCS_MIN+= Lex/PreprocessorLexer.cpp