Home | History | Annotate | Download | only in Sema

Lines Matching refs:castAs

236       fn = ptr->getPointeeType()->castAs<FunctionType>();
2316 const FunctionType *fty = type->castAs<FunctionType>();
3798 FuncT = BPT->getPointeeType()->castAs<FunctionType>();
4115 DestTy->castAs<ComplexType>()->getElementType(),
4120 DestTy->castAs<ComplexType>()->getElementType(),
4138 DestTy->castAs<ComplexType>()->getElementType(),
4143 DestTy->castAs
4162 QualType ET = SrcTy->castAs<ComplexType>()->getElementType();
4172 SrcTy->castAs<ComplexType>()->getElementType(),
4191 QualType ET = SrcTy->castAs<ComplexType>()->getElementType();
4201 SrcTy->castAs<ComplexType>()->getElementType(),
4570 rhptee = RHSTy->castAs<BlockPointerType>()->getPointeeType();
4572 lhptee = LHSTy->castAs
4573 rhptee = RHSTy->castAs<PointerType>()->getPointeeType();
4876 const ObjCObjectPointerType *LHSOPT = LHSTy->castAs<ObjCObjectPointerType>();
4877 const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>();
5678 if (RHSType->castAs<PointerType>()->getPointeeType()->isVoidType()) {
6716 LHSType->castAs<PointerType>()->getPointeeType().getCanonicalType();
6718 RHSType->castAs<PointerType>()->getPointeeType().getCanonicalType();
6824 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType();
6825 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType();
6842 if (!((RHSType->isPointerType() && RHSType->castAs<PointerType>()
6844 || (LHSType->isPointerType() && LHSType->castAs<PointerType>()
10976 CalleeType = CalleeType->castAs<BlockPointerType>()->getPointeeType();
10979 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
11061 DestType = DestType->castAs<PointerType>()->getPointeeType();