Searched refs:found_directive (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/wave/grammars/ |
D | cpp_grammar.hpp | 81 : found_directive(found_directive_) {} in store_found_directive() 85 found_directive = token; in operator ()() 88 TokenT &found_directive; member 314 [ store_found_directive_type(self.found_directive) ] in definition() 317 [ store_found_directive_type(self.found_directive) ] in definition() 330 [ store_found_directive_type(self.found_directive) ] in definition() 387 [ store_found_directive_type(self.found_directive) ] in definition() 405 [ store_found_directive_type(self.found_directive) ] in definition() 415 [ store_found_directive_type(self.found_directive) ] in definition() 425 [ store_found_directive_type(self.found_directive) ] in definition() [all …]
|
D | cpp_grammar_gen.hpp | 93 token_type &found_directive, token_container_type &found_eoltokens);
|
/third_party/boost/boost/wave/util/ |
D | cpp_iterator.hpp | 319 result_type const& found_directive, 330 void on_ifdef(result_type const& found_directive, lexer_type const &it); 332 void on_ifndef(result_type const& found_directive, lexer_type const& it); 340 void on_if(result_type const& found_directive, 343 void on_elif(result_type const& found_directive, 901 typename ContextT::token_type const& found_directive) in call_found_directive_hook() argument 904 ctx.get_hooks().found_directive(found_directive); in call_found_directive_hook() 906 if (ctx.get_hooks().found_directive(ctx.derived(), found_directive)) in call_found_directive_hook() 1374 result_type found_directive; in pp_directive() local 1378 it, iter_ctx->last, act_pos, found_eof, found_directive, found_eoltokens); in pp_directive() [all …]
|
/third_party/boost/libs/wave/samples/advanced_hooks/ |
D | advanced_hooks.hpp | 56 found_directive(TokenT const& directive) in found_directive() function in advanced_preprocessing_hooks 60 found_directive(ContextT const& ctx, TokenT const& directive) in found_directive()
|
/third_party/boost/boost/wave/ |
D | preprocessing_hooks.hpp | 558 found_directive(TokenT const& directive) in found_directive() function 564 found_directive(ContextT const& ctx, TokenT const& directive) in found_directive() function
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 484 found_directive(Context const& ctx, Token const& directive) in found_directive() function in collect_hooks_information
|
/third_party/boost/libs/wave/ |
D | ChangeLog | 379 . found_directive: allows to skip the whole directive it is called for 611 - Added three new preprocessing hooks: 'found_directive', 'skipped_token' and
|