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 &) LLVM_DELETED_FUNCTION;
48 void operator=(const PTHLexer &) LLVM_DELETED_FUNCTION;
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.
14 #include "clang/Lex/PTHLexer.h"
35 // PTHLexer methods.
38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D, function in class:PTHLexer
46 bool PTHLexer::Lex(Token& Tok) {
130 bool PTHLexer::LexEndOfFile(Token &Result) {
155 void PTHLexer::getEOF(Token& Tok) {
160 void PTHLexer
[all...]

Completed in 77 milliseconds