Searched refs:OldRef (Results 1 – 2 of 2) sorted by relevance
4457 struct OldRef { struct4458 struct OldRef *ht_next; // to link hash table nodes together. argument4460 struct OldRef *prev; // to refs older than this one argument4461 struct OldRef *next; // to refs newer that this one argument4465 OldRef; argument4468 static inline UInt oldref_tsw (const OldRef* or) in oldref_tsw()4493 static OldRef mru; 4494 static OldRef lru; 4511 static inline void OldRef_unchain(OldRef *r) in OldRef_unchain()4521 static inline void OldRef_newest(OldRef *new) in OldRef_newest()[all …]
5421 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local5422 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap()5423 if (isa<LValueReferenceType>(OldRef)) in wrap()5424 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()