macro_rules! return_if_di_node_created_in_meantime {
($cx: expr, $unique_type_id: expr) => { ... };
}
Expand description
Returns from the enclosing function if the type debuginfo node with the given unique ID can be found in the type map.
macro_rules! return_if_di_node_created_in_meantime {
($cx: expr, $unique_type_id: expr) => { ... };
}
Returns from the enclosing function if the type debuginfo node with the given unique ID can be found in the type map.