Lines Matching refs:name
19 // A label represents the name of a target or some other named thing in
20 // the source path. The label is always absolute and always includes a name
26 // Makes a label given an already-separated out path and name.
29 std::string_view name,
34 Label(const SourceDir& dir, std::string_view name);
48 const std::string& name() const { return name_.str(); }
94 // Returns true if the toolchain dir/name of this object matches some
104 Label(SourceDir dir, StringAtom name)
105 : dir_(dir), name_(name), hash_(ComputeHash()) {}
108 StringAtom name,
112 name_(name),