Home | History | Annotate | Download | only in Lex

Lines Matching refs:PTHLexer

1 //===--- PTHLexer.cpp - Lex from a token stream ---------------------------===//
10 // This file implements the PTHLexer interface.
20 #include "clang/Lex/PTHLexer.h"
36 // PTHLexer methods.
39 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
47 void PTHLexer::Lex(Token& Tok) {
137 bool PTHLexer::LexEndOfFile(Token &Result) {
162 void PTHLexer::getEOF(Token& Tok) {
167 void PTHLexer::DiscardToEndOfLine() {
196 bool PTHLexer::SkipBlock() {
292 SourceLocation PTHLexer::getSourceLocation() {
590 PTHLexer *PTHManager::CreateLexer(FileID FID) {
616 return new PTHLexer(*PP, FID, data, ppcond, *this);