OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aci_custom_firstchar
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
TokenConcatenation.h
39
///
aci_custom_firstchar
- AvoidConcat contains custom code to handle this
42
aci_custom_firstchar
= 1,
enumerator in enum:clang::TokenConcatenation::AvoidConcatInfo
/external/clang/lib/Lex/
TokenConcatenation.cpp
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
;
[
all
...]
Completed in 415 milliseconds