Searched refs:SpecificTy (Results 1 – 2 of 2) sorted by relevance
396 case SpecificTy: { in matchesType()634 } else if (Left.K == AK::SpecificTy && Left.T->isPointerType()) { in matchesArgType()641 } else if (Right.K == AK::SpecificTy && Right.T->isPointerType()) { in matchesArgType()651 if (Right.K == AK::SpecificTy) in matchesArgType()654 if (Left.K == AK::SpecificTy) { in matchesArgType()655 if (Right.K == AK::SpecificTy) { in matchesArgType()708 case SpecificTy: in getRepresentativeType()
267 enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy, CPointerTy, enumerator307 ArgType(QualType T, const char *N = nullptr) : K(SpecificTy), T(T), Name(N) {} in K() argument308 ArgType(CanQualType T) : K(SpecificTy), T(T) {} in ArgType()