Searched refs:eat_whitespace (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/wave/ |
D | whitespace_handling.hpp | 93 class eat_whitespace class 97 eat_whitespace(); 115 state_t eat_whitespace::* state; 123 eat_whitespace<TokenT>::eat_whitespace() in eat_whitespace() function in boost::wave::context_policies::eat_whitespace 124 : state(&eat_whitespace::newline), preserve_comments(false), in eat_whitespace() 132 eat_whitespace<TokenT>::may_skip_whitespace(ContextT const& ctx, TokenT &token, in may_skip_whitespace() 143 eat_whitespace<TokenT>::may_skip_whitespace(ContextT const& ctx, TokenT &token, in may_skip_whitespace() 155 eat_whitespace<TokenT>::general(TokenT &token, bool &skipped_newline) in general() 161 state = &eat_whitespace::newline; in general() 164 state = &eat_whitespace::whitespace; in general() [all …]
|
D | cpp_context.hpp | 88 typename HooksT = context_policies::eat_whitespace<typename LexIteratorT::token_type>,
|
/third_party/boost/tools/auto_index/src/ |
D | tiny_xml.cpp | 14 inline void eat_whitespace( char & c, std::istream & in ) in eat_whitespace() function 45 eat_whitespace( c, in ); in get_name() 60 eat_whitespace( c, in ); in eat_delim() 128 eat_whitespace( c, in ); in parse() 142 eat_whitespace( c, in ); in parse() 148 eat_whitespace( c, in ); in parse()
|
/third_party/boost/libs/wave/samples/real_positions/ |
D | correct_token_positions.hpp | 49 : public boost::wave::context_policies::eat_whitespace<Token>
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 103 : public boost::wave::context_policies::eat_whitespace<Token> 105 typedef boost::wave::context_policies::eat_whitespace<Token> base_type;
|
/third_party/boost/libs/wave/tool/ |
D | trace_macro_expansion.hpp | 144 : public boost::wave::context_policies::eat_whitespace<TokenT> 146 typedef boost::wave::context_policies::eat_whitespace<TokenT> base_type;
|