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

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /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/clang/include/clang/Lex/
TokenLexer.h 25 /// TokenLexer - This implements a lexer that returns tokens from a macro body
43 /// Tokens - This is the pointer to an array of tokens that the macro is
45 /// a token stream, these are the tokens we are returning. This points into
51 const Token *Tokens;
54 /// NumTokens - This is the length of the Tokens array.
84 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
90 /// DisableMacroExpansion - This is true when tokens lexed from the TokenLexer
115 /// specified, this takes ownership of the tokens and delete[]'s them when
126 /// DisableExpansion is true when macro expansion of tokens lexed from thi
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
92 /// \brief The \c Tokens comprising this \c UnwrappedLine.
93 std::list<FormatToken> Tokens;
121 FormatTokenSource &Tokens,
192 FormatTokenSource *Tokens;
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 232 typedef vector<pair<string, string> > Tokens;
233 Tokens tokens; local
234 base::SplitStringIntoKeyValuePairs(message_text, '=', '\n', &tokens);
235 for (Tokens::iterator i = tokens.begin(); i != tokens.end(); ++i) {
298 // Helper method that extracts tokens from a successful reply, and saves them
302 vector<pair<string, string> > tokens; local
303 base::SplitStringIntoKeyValuePairs(response, '=', '\n', &tokens);
320 vector<pair<string, string> > tokens; local
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 678 TokenValue Tokens[] = {
684 Tokens);
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 188 std::vector<IfcvtToken*> &Tokens);
191 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
296 std::vector<IfcvtToken*> Tokens;
304 AnalyzeBlocks(MF, Tokens);
305 while (!Tokens.empty()) {
306 IfcvtToken *Token = Tokens.back();
307 Tokens.pop_back();
401 // Delete tokens in case of early exit.
402 while (!Tokens.empty()) {
403 IfcvtToken *Token = Tokens.back()
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 915 TokenValue Tokens[] = {
921 StringRef MacroName = PP.getLastMacroWithSpelling(L, Tokens);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 108 milliseconds