Home
last modified time | relevance | path

Searched refs:KeywordTokenType (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/wave/
Dtoken_ids.hpp51 KeywordTokenType = 0x10040000, enumerator
158 T_ASM = TOKEN_FROM_ID(305, KeywordTokenType),
159 T_AUTO = TOKEN_FROM_ID(306, KeywordTokenType),
160 T_BOOL = TOKEN_FROM_ID(307, KeywordTokenType),
163 T_BREAK = TOKEN_FROM_ID(310, KeywordTokenType),
164 T_CASE = TOKEN_FROM_ID(311, KeywordTokenType),
165 T_CATCH = TOKEN_FROM_ID(312, KeywordTokenType),
166 T_CHAR = TOKEN_FROM_ID(313, KeywordTokenType),
167 T_CLASS = TOKEN_FROM_ID(314, KeywordTokenType),
168 T_CONST = TOKEN_FROM_ID(315, KeywordTokenType),
[all …]
/third_party/boost/boost/wave/grammars/
Dcpp_predef_macros_grammar.hpp79 | pattern_p(KeywordTokenType, in definition()
96 | pattern_p(KeywordTokenType, in definition()
Dcpp_grammar.hpp334 | pattern_p(KeywordTokenType, in definition()
358 | pattern_p(KeywordTokenType, in definition()
391 | pattern_p(KeywordTokenType, in definition()
555 | pattern_p(KeywordTokenType, in definition()
Dcpp_defined_grammar.hpp88 | pattern_p(KeywordTokenType, TokenTypeMask|PPTokenFlag) in definition()
/third_party/boost/boost/wave/util/
Dmacro_definition.hpp89 IS_CATEGORY(id, KeywordTokenType) || in replace_parameters()
Dinterpret_pragma.hpp88 | pattern_p(KeywordTokenType, in interpret_pragma()
Dinsert_whitespace_detection.hpp485 IS_CATEGORY(prev, KeywordTokenType)) in must_insert()
Dcpp_macromap_utils.hpp187 IS_CATEGORY(id, KeywordTokenType) || in token_equals()
Dcpp_macromap.hpp523 !IS_CATEGORY(id, KeywordTokenType) && in is_defined()
748 if (T_IDENTIFIER == id || IS_CATEGORY(id, KeywordTokenType) || in expand_tokensequence_worker()
1446 IS_CATEGORY(token_id(curr_token), KeywordTokenType) || in expand_macro()
Dcpp_iterator.hpp871 || IS_CATEGORY(id, KeywordTokenType) in pp_token()
1029 if (T_IDENTIFIER == id || IS_CATEGORY(id, KeywordTokenType) || in extract_identifier()
1995 IS_CATEGORY(id, KeywordTokenType)) in replace_undefined_identifiers()