HomeSort by relevance Sort by last modified time
    Searched defs:PTHLexer (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 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 &) 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(Preprocessor& pp, FileID FID, const unsigned char *D
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 1 //===--- 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,
46 bool PTHLexer::Lex(Token& Tok) {
130 bool PTHLexer::LexEndOfFile(Token &Result) {
155 void PTHLexer::getEOF(Token& Tok) {
160 void PTHLexer::DiscardToEndOfLine()
    [all...]

Completed in 440 milliseconds