HomeSort by relevance Sort by last modified time
    Searched refs:PTHLexer (Results 1 - 6 of 6) 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...]
PTHManager.h 20 #include "clang/Lex/PTHLexer.h"
32 class PTHLexer;
37 friend class PTHLexer;
66 /// PTHLexer objects.
87 /// getSpellingAtPTHOffset - Used by PTHLexer classes to get the cached
125 /// CreateLexer - Return a PTHLexer that "lexes" the cached tokens for the
128 PTHLexer *CreateLexer(FileID FID);
Preprocessor.h 25 #include "clang/Lex/PTHLexer.h"
251 OwningPtr<PTHLexer> CurPTHLexer;
282 PTHLexer *ThePTHLexer;
287 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P,
    [all...]
  /external/clang/lib/Lex/
Android.mk 28 PTHLexer.cpp \
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 void PTHLexer::Lex(Token& Tok) {
136 bool PTHLexer::LexEndOfFile(Token &Result) {
161 void PTHLexer::getEOF(Token& Tok) {
166 void PTHLexer::DiscardToEndOfLine()
    [all...]
PPLexerChange.cpp 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL,

Completed in 192 milliseconds