10MakeError(AttrPathNotFound, Error);
11MakeError(NoPositionInfo, Error);
13std::pair<Value *, PosIdx> findAlongAttrPath(
15 const std::string & attrPath,
22std::pair<SourcePath, uint32_t> findPackageFilename(
EvalState & state,
Value & v, std::string what);
30std::vector<std::string> parseAttrPath(std::string_view
const s);
36std::string unparseAttrPath(std::vector<std::string>
const & attrPath);
Definition attr-set.hh:48