HomeSort by relevance Sort by last modified time
    Searched refs:TokenInfo (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Lex/
TokenConcatenation.cpp 71 memset(TokenInfo, 0, sizeof(TokenInfo));
74 TokenInfo[tok::identifier ] |= aci_custom;
75 TokenInfo[tok::numeric_constant] |= aci_custom_firstchar;
76 TokenInfo[tok::period ] |= aci_custom_firstchar;
77 TokenInfo[tok::amp ] |= aci_custom_firstchar;
78 TokenInfo[tok::plus ] |= aci_custom_firstchar;
79 TokenInfo[tok::minus ] |= aci_custom_firstchar;
80 TokenInfo[tok::slash ] |= aci_custom_firstchar;
81 TokenInfo[tok::less ] |= aci_custom_firstchar
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 28 struct Parser::TokenInfo {
46 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {}
54 const char* const Parser::TokenInfo::ID_Bind = "bind";
73 const TokenInfo &peekNextToken() const { return NextToken; }
76 TokenInfo consumeNextToken() {
77 TokenInfo ThisToken = NextToken;
82 TokenInfo::TokenKind nextTokenKind() const { return NextToken.Kind; }
85 TokenInfo getNextToken() {
87 TokenInfo Result;
91 Result.Kind = TokenInfo::TK_CodeCompletion
    [all...]
  /external/clang/include/clang/Lex/
TokenConcatenation.h 54 /// TokenInfo - This array contains information for each token on what
57 char TokenInfo[tok::NUM_TOKENS];
  /external/chromium_org/components/signin/core/browser/
about_signin_internals.h 104 struct TokenInfo {
105 TokenInfo(const std::string& consumer_id,
107 ~TokenInfo();
110 static bool LessThan(const TokenInfo* a, const TokenInfo* b);
125 typedef std::map<std::string, std::vector<TokenInfo*> > TokenInfoMap;
138 TokenInfo* FindToken(const std::string& account_id,
about_signin_internals.cc 209 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
211 *token = TokenInfo(consumer_id, scopes);
213 token = new TokenInfo(consumer_id, scopes);
226 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
244 TokenInfo* token = signin_status_.token_info_map[account_id][i];
259 AboutSigninInternals::TokenInfo::TokenInfo(
268 AboutSigninInternals::TokenInfo::~TokenInfo() {}
270 bool AboutSigninInternals::TokenInfo::LessThan(const TokenInfo* a
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 180 struct TokenInfo;
186 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
190 void addCompletion(const TokenInfo &CompToken, StringRef TypedText,
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py 59 class TokenInfo(object):
67 overridden_by: TokenInfo for a token that overrides the indentation that
82 """Initializes a TokenInfo object.
187 info = TokenInfo(token)
233 self._Add(TokenInfo(token=token,
237 self._Add(TokenInfo(token=token, is_block=True))
240 self._Add(TokenInfo(token=token, is_block=False))
243 self._Add(TokenInfo(token))
247 self._Add(TokenInfo(token=token))
262 self._Add(TokenInfo(token)
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py 59 class TokenInfo(object):
67 overridden_by: TokenInfo for a token that overrides the indentation that
82 """Initializes a TokenInfo object.
187 info = TokenInfo(token)
233 self._Add(TokenInfo(token=token,
237 self._Add(TokenInfo(token=token, is_block=True))
240 self._Add(TokenInfo(token=token, is_block=False))
243 self._Add(TokenInfo(token))
247 self._Add(TokenInfo(token=token))
262 self._Add(TokenInfo(token)
    [all...]
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc 70 struct TokenInfo {
75 const TokenInfo kTokenData[] = {

Completed in 164 milliseconds