Home | History | Annotate | Download | only in Lex

Lines Matching defs:PTHLexer

1 //===--- PTHLexer.cpp - Lex from a token stream ---------------------------===//
10 // This file implements the PTHLexer interface.
14 #include "clang/Lex/PTHLexer.h"
34 // PTHLexer methods.
37 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
45 bool PTHLexer::Lex(Token& Tok) {
129 bool PTHLexer::LexEndOfFile(Token &Result) {
154 void PTHLexer::getEOF(Token& Tok) {
159 void PTHLexer::DiscardToEndOfLine() {
188 bool PTHLexer::SkipBlock() {
286 SourceLocation PTHLexer::getSourceLocation() {
595 PTHLexer *PTHManager::CreateLexer(FileID FID) {
622 return new PTHLexer(*PP, FID, data, ppcond, *this);