Searched refs:cp_lexer_debugging_p (Results 1 – 3 of 3) sorted by relevance
206 static inline bool cp_lexer_debugging_p219 #define cp_lexer_debugging_p(lexer) 0 macro376 cp_lexer_debugging_p (cp_lexer *lexer) in cp_lexer_debugging_p() function494 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_token()586 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()606 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()641 if (cp_lexer_debugging_p (lexer)) in cp_lexer_consume_token()709 if (cp_lexer_debugging_p (lexer)) in cp_lexer_save_tokens()722 if (cp_lexer_debugging_p (lexer)) in cp_lexer_commit_tokens()735 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