Lines Matching refs:FoldingSetNodeIDRef
269 class FoldingSetNodeIDRef {
273 FoldingSetNodeIDRef() : Data(nullptr), Size(0) {} in FoldingSetNodeIDRef() function
274 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {} in FoldingSetNodeIDRef() function
280 bool operator==(FoldingSetNodeIDRef) const;
282 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); }
286 bool operator<(FoldingSetNodeIDRef) const;
305 FoldingSetNodeID(FoldingSetNodeIDRef Ref) in FoldingSetNodeID()
335 bool operator==(const FoldingSetNodeIDRef RHS) const;
338 bool operator!=(const FoldingSetNodeIDRef RHS) const { return !(*this ==RHS);}
343 bool operator<(const FoldingSetNodeIDRef RHS) const;
348 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;