Searched refs:TargetDepAttrs (Results 1 – 1 of 1) sorted by relevance
31 std::set<SmallString<32>, std::less<>> TargetDepAttrs; variable62 TargetDepAttrs.insert(A); in addAttribute()74 bool contains(StringRef A) const { return TargetDepAttrs.count(A); } in contains()