Searched refs:cp_lexer_debugging_p (Results 1 – 5 of 5) sorted by relevance
239 static inline bool cp_lexer_debugging_p733 cp_lexer_debugging_p (cp_lexer *lexer) in cp_lexer_debugging_p() function920 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_token()1088 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()1101 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()1130 if (cp_lexer_debugging_p (lexer)) in cp_lexer_consume_token()1188 if (cp_lexer_debugging_p (lexer)) in cp_lexer_save_tokens()1200 if (cp_lexer_debugging_p (lexer)) in cp_lexer_commit_tokens()1213 if (cp_lexer_debugging_p (lexer)) in cp_lexer_rollback_tokens()
240 static inline bool cp_lexer_debugging_p753 cp_lexer_debugging_p (cp_lexer *lexer) in cp_lexer_debugging_p() function972 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_token()1149 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()1162 if (cp_lexer_debugging_p (lexer)) in cp_lexer_peek_nth_token()1189 if (cp_lexer_debugging_p (lexer)) in cp_lexer_consume_token()1247 if (cp_lexer_debugging_p (lexer)) in cp_lexer_save_tokens()1259 if (cp_lexer_debugging_p (lexer)) in cp_lexer_commit_tokens()1272 if (cp_lexer_debugging_p (lexer)) in cp_lexer_rollback_tokens()
4078 (cp_lexer_debugging_p): Use it.
6886 (cp_lexer_debugging_p): Likewise.
2286 (cp_lexer_debugging_p): Only define if ENABLE_CHECKING set. Otherwise