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

  /external/clang/include/clang/Lex/
TokenLexer.h 1 //===--- TokenLexer.h - Lex from a token buffer -----------------*- C++ -*-===//
10 // This file defines the TokenLexer interface.
25 /// TokenLexer - This implements a lexer that returns tokens from a macro body
29 class TokenLexer {
36 /// null. The TokenLexer owns the pointed-to object.
92 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
98 /// DisableMacroExpansion - This is true when tokens lexed from the TokenLexer
102 TokenLexer(const TokenLexer &) LLVM_DELETED_FUNCTION;
103 void operator=(const TokenLexer &) LLVM_DELETED_FUNCTION
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.cpp 18 class TokenLexer : public Lexer
23 TokenLexer(TokenVector *tokens)
43 PP_DISALLOW_COPY_AND_ASSIGN(TokenLexer);
319 TokenLexer lexer(&arg);

Completed in 68 milliseconds