Home | History | Annotate | Download | only in AST

Lines Matching refs:getResultType

2059     Result = getFunctionNoProtoType(FNPT->getResultType(), Info);
2064 Result = getFunctionType(FPT->getResultType(), FPT->getArgTypes(), EPI);
4720 BlockTy->getAs<FunctionType>()->getResultType(),
4723 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getResultType(),
4774 getObjCEncodingForType(Decl->getResultType(), S);
4837 Decl->getResultType(), S, Extended);
5335 getObjCEncodingForTypeImpl(FT->getResultType(), S,
6912 QualType RHS = rbase->getResultType();
6913 QualType LHS = lbase->getResultType();
6920 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false,
6927 CanQualType LRetType = getCanonicalType(lbase->getResultType());
6928 CanQualType RRetType = getCanonicalType(rbase->getResultType());
7391 cast<FunctionType>(RHSCan.getTypePtr())->getResultType();
7393 cast<FunctionType>(LHSCan.getTypePtr())->getResultType();
8165 if (!hasSameType(MethodDecl->getResultType(),
8166 MethodImpl->getResultType()))