Lines Matching defs:ODRHash
2006 unsigned ODRHash;
2082 /// Whether an ODRHash has been stored.
2085 /// State that an ODRHash has been stored.
3008 /// Returns ODRHash of the function. This value is calculated and
3012 /// Returns cached ODRHash of the function. This must have been previously
3899 /// Store the ODRHash after first calculation.
3902 unsigned ODRHash;
3942 /// True if a valid hash is stored in ODRHash.
4417 /// Get precomputed ODRHash or add a new one.
4424 /// True if a valid hash is stored in ODRHash.
4425 bool hasODRHash() const { return RecordDeclBits.ODRHash; }
4426 void setODRHash(unsigned Hash) { RecordDeclBits.ODRHash = Hash; }