HomeSort by relevance Sort by last modified time
    Searched refs:Tokens (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 21 typedef std::vector<base::string16> Tokens;
28 const Tokens& tokens() const { return tokens_; } function in class:app_list::TokenizedString
37 // Broken down tokens and the index mapping of tokens in original string.
38 Tokens tokens_;
tokenized_string_char_iterator.h 65 const TokenizedString::Tokens& tokens_;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /frameworks/compile/mclinker/include/mcld/Script/
StringList.h 28 typedef std::vector<StrToken*> Tokens;
29 typedef Tokens::const_iterator const_iterator;
30 typedef Tokens::iterator iterator;
31 typedef Tokens::const_reference const_reference;
32 typedef Tokens::reference reference;
63 Tokens m_Tokens;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormatTest.cpp 82 class Tokens {
84 Tokens() { }
86 explicit Tokens(const Vector<Token> tokens)
87 : m_tokens(tokens)
91 explicit Tokens(const String& string)
96 explicit Tokens(Token token1)
101 Tokens(Token token1, Token token2)
107 Tokens(Token token1, Token token2, Token token3)
114 Tokens(Token token1, Token token2, Token token3, Token token4
193 Tokens tokens() const { return Tokens(m_tokens); } function in class:DateTimeFormatTest::TokenHandler
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 38 * All tokens go to the parser (unless skip() is called in that rule)
65 public static class Tokens
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
79 public static class Tokens<T>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 16 #pragma mark Tokens
CombinedParser.h 13 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 15 #pragma mark Tokens
TestLexerLexer.h 15 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 2 * Lexer Tokens
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 2 * Lexer Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 16 #pragma mark Tokens
TParser.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 16 #pragma mark Tokens
  /external/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
39 /// \brief The \c Tokens comprising this \c UnwrappedLine.
40 std::list<UnwrappedLineNode> Tokens;
62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
160 FormatTokenSource *Tokens;
164 // of the format tokens. The goal is to have the actual tokens created and
TokenAnnotator.h 41 : First(Line.Tokens.front().Tok), Level(Line.Level),
46 assert(!Line.Tokens.empty());
48 // Calculate Next and Previous for all tokens. Note that we must overwrite
53 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(),
54 E = Line.Tokens.end();
107 /// \brief Determines extra information about the tokens comprising an
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 16 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 16 #pragma mark Tokens
  /external/clang/lib/Lex/
TokenLexer.cpp 41 Tokens = &*Macro->tokens_begin();
51 assert(Tokens[0].getLocation().isValid());
52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
57 // definition. Tokens that get lexed directly from the definition will
60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
69 // Tokens to point to the expanded tokens.
91 Tokens = TokArray;
113 // the expanded tokens
    [all...]

Completed in 499 milliseconds

1 2 3 4 5 6