Searched defs:PTHLexer (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHLexer.h1 //===--- PTHLexer.h - Lexer based on Pre-tokenized input --------*- C++ -*-===//
10 // This file defines the PTHLexer interface.
24 class PTHLexer : public PreprocessorLexer { class in namespace:clang
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(Preprocesso
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp1 //===--- 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, function in class:PTHLexer
47 void PTHLexer::Lex(Token& Tok) {
137 bool PTHLexer::LexEndOfFile(Token &Result) {
162 void PTHLexer::getEOF(Token& Tok) {
167 void PTHLexer
[all...]

Completed in 83 milliseconds