Searched refs:IS_CATEGORY (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/wave/util/ |
D | cpp_macromap_utils.hpp | 181 if (IS_CATEGORY(left, ParameterTokenType)) { in token_equals() 187 IS_CATEGORY(id, KeywordTokenType) || in token_equals() 189 IS_CATEGORY(id, BoolLiteralTokenType)) && in token_equals() 195 IS_CATEGORY(left, WhiteSpaceTokenType) || in token_equals() 223 if (IS_CATEGORY(id1, WhiteSpaceTokenType) && in definition_equals() 224 IS_CATEGORY(id2, WhiteSpaceTokenType)) in definition_equals() 231 else if (!IS_CATEGORY(id1, WhiteSpaceTokenType) && in definition_equals() 232 !IS_CATEGORY(id2, WhiteSpaceTokenType)) in definition_equals() 294 while (it != end && IS_CATEGORY(*it, WhiteSpaceTokenType)) { in trim_replacement_list() 313 while (rit != rend && IS_CATEGORY(*rit, WhiteSpaceTokenType)) in trim_replacement_list() [all …]
|
D | macro_helpers.hpp | 112 if (IS_CATEGORY(*it, WhiteSpaceTokenType) || T_NEWLINE == id) { in as_stringlit() 169 if (IS_CATEGORY(*it, WhiteSpaceTokenType) || T_NEWLINE == id) { in as_stringlit() 306 if (IS_CATEGORY(id, WhiteSpaceTokenType)) { in skip_whitespace() 310 } while (IS_CATEGORY(id, WhiteSpaceTokenType)); in skip_whitespace() 323 if (IS_CATEGORY(id, WhiteSpaceTokenType)) { in skip_whitespace() 327 } while (IS_CATEGORY(id, WhiteSpaceTokenType)); in skip_whitespace()
|
D | cpp_iterator.hpp | 129 if (!IS_CATEGORY(macrodefinition.back(), WhiteSpaceTokenType) && in retrieve_macrodefinition() 473 if (!IS_CATEGORY(id, EOLTokenType) && !IS_CATEGORY(id, EOFTokenType)) in consider_emitting_line_directive() 478 if (!IS_CATEGORY(id, WhiteSpaceTokenType) && in consider_emitting_line_directive() 479 !IS_CATEGORY(id, EOLTokenType) && !IS_CATEGORY(id, EOFTokenType)) in consider_emitting_line_directive() 520 if (IS_CATEGORY(id, EOLTokenType)) in operator ()() 606 if (IS_CATEGORY(id, WhiteSpaceTokenType)) in operator ()() 871 || IS_CATEGORY(id, KeywordTokenType) in pp_token() 873 || IS_CATEGORY(id, BoolLiteralTokenType)) in pp_token() 932 if (!IS_CATEGORY(id, WhiteSpaceTokenType)) in next_token_is_pp_directive() 934 if (IS_CATEGORY(id, EOLTokenType) || IS_CATEGORY(id, EOFTokenType)) in next_token_is_pp_directive() [all …]
|
D | unput_queue_iterator.hpp | 209 if (!IS_CATEGORY(*it, WhiteSpaceTokenType) && in peek() 245 if (!IS_CATEGORY(*cit, WhiteSpaceTokenType) && in peek() 268 if (!IS_CATEGORY(*base_it, WhiteSpaceTokenType) && in peek()
|
D | macro_definition.hpp | 89 IS_CATEGORY(id, KeywordTokenType) || in replace_parameters() 91 IS_CATEGORY(id, OperatorTokenType)) in replace_parameters()
|
D | insert_whitespace_detection.hpp | 312 if (IS_CATEGORY(prev, OperatorTokenType)) in must_insert() 335 if (IS_CATEGORY(prev, OperatorTokenType)) in must_insert() 485 IS_CATEGORY(prev, KeywordTokenType)) in must_insert()
|
D | cpp_macromap.hpp | 523 !IS_CATEGORY(id, KeywordTokenType) && in is_defined() 525 !IS_CATEGORY(id, BoolLiteralTokenType)) in is_defined() 748 if (T_IDENTIFIER == id || IS_CATEGORY(id, KeywordTokenType) || in expand_tokensequence_worker() 750 IS_CATEGORY(id, BoolLiteralTokenType)) in expand_tokensequence_worker() 832 else if (expand_operator_defined && IS_CATEGORY(*first, BoolLiteralTokenType)) { in expand_tokensequence_worker() 888 !IS_CATEGORY((*next), WhiteSpaceTokenType) && id != T_NEWLINE && in collect_arguments() 1126 adjacent_concat = IS_CATEGORY(*cit, WhiteSpaceTokenType); in expand_replacement_list() 1129 if (IS_CATEGORY((*cit), ParameterTokenType)) { in expand_replacement_list() 1284 !IS_CATEGORY(*cit, WhiteSpaceTokenType)) in expand_replacement_list() 1446 IS_CATEGORY(token_id(curr_token), KeywordTokenType) || in expand_macro() [all …]
|
/third_party/boost/boost/wave/cpplexer/ |
D | detect_include_guards.hpp | 80 IS_CATEGORY(id, WhiteSpaceTokenType) || in is_skippable() 81 IS_CATEGORY(id, EOLTokenType)); in is_skippable()
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp_re2c_lexer.hpp | 279 IS_CATEGORY(id, UnknownTokenType)) in get()
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 340 #define IS_CATEGORY(tok, cat) \ macro
|