Home | History | Annotate | Download | only in Lex

Lines Matching refs:aci_custom_firstchar

63   TokenInfo[tok::numeric_constant] |= aci_custom_firstchar;
64 TokenInfo[tok::period ] |= aci_custom_firstchar;
65 TokenInfo[tok::amp ] |= aci_custom_firstchar;
66 TokenInfo[tok::plus ] |= aci_custom_firstchar;
67 TokenInfo[tok::minus ] |= aci_custom_firstchar;
68 TokenInfo[tok::slash ] |= aci_custom_firstchar;
69 TokenInfo[tok::less ] |= aci_custom_firstchar;
70 TokenInfo[tok::greater ] |= aci_custom_firstchar;
71 TokenInfo[tok::pipe ] |= aci_custom_firstchar;
72 TokenInfo[tok::percent ] |= aci_custom_firstchar;
73 TokenInfo[tok::colon ] |= aci_custom_firstchar;
74 TokenInfo[tok::hash ] |= aci_custom_firstchar;
75 TokenInfo[tok::arrow ] |= aci_custom_firstchar;