Searched refs:TINST_DECL (Results 1 – 12 of 12) sorted by relevance
2235 if (current_function_decl != TINST_DECL (p) in print_instantiation_full_context()2243 if (current_function_decl == TINST_DECL (p)) in print_instantiation_full_context()2249 decl_as_string (TINST_DECL (p), in print_instantiation_full_context()2273 decl_as_string (TINST_DECL (t), in print_instantiation_partial_context()
418 * cp-tree.h (TINST_DECL): Update now that we no longer use419 EXPR_WITH_FILE_LOCATION to represent the TINST_DECL information.
314 TINST_DECL contains the original DECL node.
2004 WALK_SUBTREE (TINST_DECL (*tp)); in cp_walk_subtrees()
3281 #define TINST_DECL(NODE) \ macro
4400 level = !(current_tinst_level && TINST_DECL (current_tinst_level) == d); in add_pending_template()5241 TINST_DECL (new) = d; in push_tinst_level()
3339 (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node.
3214 (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
2520 if (current_function_decl != TINST_DECL (p)2528 if (current_function_decl == TINST_DECL (p))2533 decl_as_string (TINST_DECL (p),2557 decl_as_string (TINST_DECL (t), TFF_DECL_SPECIFIERS | TFF_RETURN_TYPE));
3228 #define TINST_DECL(NODE) EXPR_WFL_NODE (NODE) macro
3977 level = !(current_tinst_level && TINST_DECL (current_tinst_level) == d);
13086 (TINST_DECL, TINST_LINE, TINST_FILE): New macros.