Searched refs:ByValType (Results 1 – 3 of 3) sorted by relevance
1747 ByValType = nullptr; in clear()1767 ByValType = Attr.getValueAsType(); in addAttribute()1802 ByValType = nullptr; in removeAttribute()1918 ByValType = Ty; in addByValAttr()1963 if (!ByValType) in merge()1964 ByValType = B.ByValType; in merge()2006 if (B.ByValType) in remove()2007 ByValType = nullptr; in remove()2082 DerefBytes == B.DerefBytes && ByValType == B.ByValType && in operator ==()
813 Type *ByValType = nullptr;901 Type *getByValType() const { return ByValType; }
5167 QualType ByValType = ValType; // 'CP' in BuildAtomicExpr() local5170 ByValType = Ptr->getType(); in BuildAtomicExpr()5242 Ty = ByValType; in BuildAtomicExpr()5262 Ty = ByValType; in BuildAtomicExpr()