Lines Matching defs:PreprocessorLexer
1 //===--- PreprocessorLexer.h - C Language Family Lexer ----------*- C++ -*-===//
11 /// \brief Defines the PreprocessorLexer interface.
27 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()
84 virtual ~PreprocessorLexer() {}
155 "PreprocessorLexer::getFileID() should only be used with a Preprocessor");