Lines Matching refs:getAs
567 if (const PackExpansionType *Expansion = T->getAs<PackExpansionType>()) { in VisitType()
572 if (const BuiltinType *BT = T->getAs<BuiltinType>()) { in VisitType()
664 if (const PointerType *PT = T->getAs<PointerType>()) { in VisitType()
669 if (const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>()) { in VisitType()
674 if (const RValueReferenceType *RT = T->getAs<RValueReferenceType>()) { in VisitType()
679 if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in VisitType()
684 if (const FunctionProtoType *FT = T->getAs<FunctionProtoType>()) { in VisitType()
693 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) { in VisitType()
698 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType()
703 if (const TagType *TT = T->getAs<TagType>()) { in VisitType()
708 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
713 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType()
720 if (const TemplateTypeParmType *TTP = T->getAs<TemplateTypeParmType>()) { in VisitType()
725 = T->getAs<TemplateSpecializationType>()) { in VisitType()
733 if (const DependentNameType *DNT = T->getAs<DependentNameType>()) { in VisitType()
745 if (const InjectedClassNameType *InjT = T->getAs<InjectedClassNameType>()) { in VisitType()