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 &) = delete;
103 void operator=(const TokenLexer &) = delete
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.cpp 26 class TokenLexer : public Lexer
31 TokenLexer(TokenVector* tokens)
51 PP_DISALLOW_COPY_AND_ASSIGN(TokenLexer);
365 TokenLexer lexer(&arg);

Completed in 53 milliseconds