Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h27 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 DPTHLexer.h24 class PTHLexer : public PreprocessorLexer {
H A DPreprocessor.h289 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 DLexer.h46 class Lexer : public PreprocessorLexer {
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessorLexer.cpp20 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 DCMakeLists.txt24 PreprocessorLexer.cpp
H A DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
554 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
H A DPTHLexer.cpp39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
H A DPragma.cpp422 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
H A DPPMacroExpansion.cpp1361 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DLexer.cpp110 : PreprocessorLexer(&PP, FID), in Lexer()
/minix3/external/bsd/llvm/lib/libclangLex/
H A DMakefile27 PreprocessorLexer.cpp \