Searched refs:IsDerived (Results 1 – 3 of 3) sorted by relevance
50 constexpr bool IsDerived() const { return raw_ == CFI_type_struct; } in IsDerived() function51 constexpr bool IsIntrinsic() const { return IsValid() && !IsDerived(); } in IsIntrinsic()
389 bool IsDerived; member390 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()395 static bool classof(const Base *B) { return B->IsDerived; } in classof()
323 } else if (source.type().IsDerived()) { in HandleComponent()