Lines Matching refs:artifact
1802 // offset of a decl die to its corresponding decl artifact.
1806 // offset of a type die to its corresponding type artifact.
3185 /// Lookup the artifact that was built to represent a type that has
3190 /// artifact using the functions associate_die_to_decl or
3200 /// @return the type artifact found.
3204 type_or_decl_base_sptr artifact =
3206 if (function_decl_sptr fn = is_function_decl(artifact))
3208 return artifact;
3211 /// Lookup the artifact that was built to represent a type or a
3216 /// artifact using the functions associate_die_to_decl or
3229 /// @return the artifact found.
3250 /// Lookup the artifact that was built to represent a type or a
3255 /// artifact using either associate_die_to_decl or
3268 /// @return the artifact found.
3413 /// artifact.
3416 /// artifact.
3422 /// artifact.
3425 /// artifact.
3431 /// artifact.
3434 /// artifact.
3440 /// artifact.
3443 /// artifact.
3696 type_or_decl_base_sptr artifact =
3698 if (function_decl_sptr fn = is_function_decl(artifact))
3700 return is_type(artifact);
9220 /// Compute the qualified name of the artifact represented by a given
9772 /// Compute the pretty printed representation of an artifact
9787 /// @return a copy of the pretty printed artifact.
12607 type_or_decl_base_sptr artifact = rdr.lookup_artifact_from_die(function_die);
12609 if (!artifact)
12612 method_decl_sptr method = is_method_decl(artifact);
12618 method_type = is_method_type(artifact);