Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAs

745   const PointerType *pointerType = Ptr->getType()->getAs<PointerType>();
766 ValType = AtomTy->getAs<AtomicType>()->getValueType();
977 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>();
1490 numElements = LHSType->getAs<VectorType>()->getNumElements();
1498 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1510 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
1718 } else if (const PointerType *PT = T->getAs<PointerType>()) {
2527 const RecordType *RT = Ty->getAs<RecordType>();
2806 if (const TypedefType *UserTy = IntendedTy->getAs<TypedefType>()) {
3227 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) {
5040 if (const EnumType *SourceEnum = Source->getAs<EnumType>())
5041 if (const EnumType *TargetEnum = Target->getAs<EnumType>())
5725 const PointerType *DestPtr = T->getAs<PointerType>();
5735 const PointerType *SrcPtr = Op->getType()->getAs<PointerType>();
5783 if (TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>()) {
5788 if (ConstantArrayTypeLoc CTL = TL.getAs<ConstantArrayTypeLoc>()) {
6791 const BuiltinType *BT1 = T1->getAs<BuiltinType>();
6795 const BuiltinType *BT2 = T2->getAs<BuiltinType>();