Searched refs:BT2 (Results 1 – 2 of 2) sorted by relevance
662 auto *BT2 = QualType(Canon2)->getAs<BuiltinType>(); in matchesArgType() local663 if (BT1 == nullptr || BT2 == nullptr) in matchesArgType()665 if (BT1 == BT2) in matchesArgType()668 if (!LeftWasPointer && BT1->isInteger() && BT2->isInteger()) in matchesArgType()
15430 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local15431 if (!BT2) in IsSameCharType()15435 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()