Searched refs:TokenInfo (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp29 struct Parser::TokenInfo { struct in class:clang::ast_matchers::dynamic::Parser
47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} function in struct:clang::ast_matchers::dynamic::Parser::TokenInfo
55 const char* const Parser::TokenInfo::ID_Bind = "bind";
74 const TokenInfo &peekNextToken() const { return NextToken; }
77 TokenInfo consumeNextToken() {
78 TokenInfo ThisToken = NextToken;
83 TokenInfo::TokenKind nextTokenKind() const { return NextToken.Kind; }
86 TokenInfo getNextToken() {
88 TokenInfo Result;
92 Result.Kind = TokenInfo
[all...]
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp71 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[to
[all...]
/external/clang/include/clang/Lex/
H A DTokenConcatenation.h54 /// TokenInfo - This array contains information for each token on what
57 char TokenInfo[tok::NUM_TOKENS]; member in class:clang::TokenConcatenation
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dindentation.py59 class TokenInfo(object): class in inherits: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(toke
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h225 struct TokenInfo;
232 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
236 void addCompletion(const TokenInfo &CompToken,

Completed in 174 milliseconds