Searched refs:cp_lexer_debugging_p (Results 1 – 3 of 3) sorted by relevance
208 static inline bool cp_lexer_debugging_p221 #define cp_lexer_debugging_p(lexer) 0 macro378 cp_lexer_debugging_p (cp_lexer *lexer) in cp_lexer_debugging_p() function496 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_token()588 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()608 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()643 if (cp_lexer_debugging_p (lexer)) in cp_lexer_consume_token()711 if (cp_lexer_debugging_p (lexer)) in cp_lexer_save_tokens()724 if (cp_lexer_debugging_p (lexer)) in cp_lexer_commit_tokens()737 if (cp_lexer_debugging_p (lexer)) in cp_lexer_rollback_tokens()
6886 (cp_lexer_debugging_p): Likewise.
2286 (cp_lexer_debugging_p): Only define if ENABLE_CHECKING set. Otherwise