Searched refs:IDENTIFIER_LAMBDA_P (Results 1 – 6 of 6) sorted by relevance
135 IDENTIFIER_LAMBDA_P (name) = true; in begin_lambda_type()
1428 #define IDENTIFIER_LAMBDA_P(NODE) \ macro1435 && IDENTIFIER_LAMBDA_P (TYPE_LINKAGE_IDENTIFIER (NODE)))2196 && !IDENTIFIER_LAMBDA_P (TYPE_LINKAGE_IDENTIFIER (NODE)))
8989 code = IDENTIFIER_LAMBDA_P (t) ? tt_lambda_id : tt_anon_id; in tree_node()9214 IDENTIFIER_LAMBDA_P (res) = true; in tree_node()9218 IDENTIFIER_LAMBDA_P (res) ? "lambda" : "anon", tag, res); in tree_node()15398 gcc_checking_assert (IDENTIFIER_LAMBDA_P (key_name)); in write_pendings()
15884 if (IDENTIFIER_LAMBDA_P (name)) in xref_tag()
2309 * decl.c (xref_tag_1): Use IDENTIFIER_LAMBDA_P to detect lambdas.
3704 * cp-tree.h (IDENTIFIER_LAMBDA_P): New.