Home | History | Annotate | Download | only in Sema

Lines Matching refs:getResultType

144     return cast<FunctionProtoType>(FnTy)->getResultType();
145 return cast<ObjCMethodDecl>(D)->getResultType();
1268 QualType RetTy = FD->getResultType();
1768 !method->getResultType()->isObjCObjectPointerType()) {
1770 << method->getResultType();
1961 if (isFunction(D) && getFunctionType(D)->getResultType()->isVoidType()) {
1967 if (MD->getResultType()->isVoidType()) {
2917 if (!FD->getResultType()->isVoidType()) {
3268 returnType = MD->getResultType();
3275 returnType = FD->getResultType();
3346 QualType resultType = method->getResultType();