Searched refs:aci_custom (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DTokenConcatenation.h44 /// aci_custom - AvoidConcat contains custom code to handle this token's
47 aci_custom = 2, enumerator in enum:clang::TokenConcatenation::AvoidConcatInfo
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp74 TokenInfo[tok::identifier ] |= aci_custom;
91 TokenInfo[tok::string_literal ] |= aci_custom;
92 TokenInfo[tok::wide_string_literal ] |= aci_custom;
93 TokenInfo[tok::utf8_string_literal ] |= aci_custom;
94 TokenInfo[tok::utf16_string_literal] |= aci_custom;
95 TokenInfo[tok::utf32_string_literal] |= aci_custom;
96 TokenInfo[tok::char_constant ] |= aci_custom;
97 TokenInfo[tok::wide_char_constant ] |= aci_custom;
98 TokenInfo[tok::utf16_char_constant ] |= aci_custom;
99 TokenInfo[tok::utf32_char_constant ] |= aci_custom;
[all...]

Completed in 364 milliseconds