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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp28 struct Parser::TokenInfo { struct in class:clang::ast_matchers::dynamic::Parser
45 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} function in struct:clang::ast_matchers::dynamic::Parser::TokenInfo
53 const char* const Parser::TokenInfo::ID_Bind = "bind";
64 const TokenInfo &peekNextToken() const { return NextToken; }
67 TokenInfo consumeNextToken() {
68 TokenInfo ThisToken = NextToken;
73 TokenInfo::TokenKind nextTokenKind() const { return NextToken.Kind; }
76 TokenInfo getNextToken() {
78 TokenInfo Result;
82 Result.Kind = TokenInfo
[all...]
/freebsd-10.2-release/contrib/llvm/tools/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...]
/freebsd-10.2-release/contrib/llvm/tools/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
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h134 struct TokenInfo;

Completed in 137 milliseconds