Home | History | Annotate | Download | only in Lex

Lines Matching refs:PTHLexer

1 //===--- PTHLexer.h - Lexer based on Pre-tokenized input --------*- C++ -*-===//
10 // This file defines the PTHLexer interface.
24 class PTHLexer : public PreprocessorLexer {
47 PTHLexer(const PTHLexer&); // DO NOT IMPLEMENT
48 void operator=(const PTHLexer&); // DO NOT IMPLEMENT
50 /// ReadToken - Used by PTHLexer to read tokens TokBuf.
55 /// PTHMgr - The PTHManager object that created this PTHLexer.
63 /// Create a PTHLexer for the specified token stream.
64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
68 ~PTHLexer() {}