Searched defs:artifact_use_relation_tree (Results 1 – 1 of 1) sorted by relevance
115 struct artifact_use_relation_tree struct117 artifact_use_relation_tree *root_node = nullptr; argument120 artifact_use_relation_tree *parent = nullptr; argument127 vector<unique_ptr<artifact_use_relation_tree>> artifact_users; argument136 artifact_use_relation_tree(type_or_decl_base* t) in artifact_use_relation_tree() function151 add_artifact_user(artifact_use_relation_tree *user) in add_artifact_user() argument162 artifact_use_relation_tree(artifact_use_relation_tree &&o) in artifact_use_relation_tree() argument173 artifact_use_relation_tree& operator=(artifact_use_relation_tree&& o) in operator =() argument203 /// artifact_use_relation_tree::record_artifact has been invoked on argument212 artifact_use_relation_tree *root_node = get_root_node(); in artifact_in_tree() argument[all …]