OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aci_custom
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
TokenConcatenation.cpp
74
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
...]
/external/clang/include/clang/Lex/
TokenConcatenation.h
44
///
aci_custom
- AvoidConcat contains custom code to handle this token's
47
aci_custom
= 2,
enumerator in enum:clang::TokenConcatenation::AvoidConcatInfo
Completed in 1154 milliseconds