Lines Matching defs:ReturnType

1790              !SemaRef.getCurBlock()->ReturnType.isNull())
1791 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
4143 ResultType = BSI->ReturnType;
6279 QualType ReturnType,
6295 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6300 FindImplementableMethods(Context, Cat, WantInstanceMethods, ReturnType,
6307 WantInstanceMethods, ReturnType,
6318 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6324 WantInstanceMethods, ReturnType, KnownMethods,
6341 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6350 if (!ReturnType.isNull() &&
6351 !Context.hasSameUnqualifiedType(ReturnType, M->getReturnType()))
6393 QualType ReturnType,
6434 bool ReturnTypeMatchesProperty = ReturnType.isNull() ||
6435 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
6438 = ReturnType.isNull() || ReturnType->isVoidType();
6444 if (ReturnType.isNull())
6456 ((!ReturnType.isNull() &&
6457 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) ||
6458 (ReturnType.isNull() &&
6465 if (ReturnType.isNull()) {
6484 if (ReturnType.isNull()) {
6532 (ReturnType.isNull() || ReturnType->isIntegerType())) {
6537 if (ReturnType.isNull()) {
6555 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6560 if (ReturnType.isNull()) {
6578 (ReturnType.isNull() ||
6579 (ReturnType->isObjCObjectPointerType() &&
6580 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6581 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6587 if (ReturnType.isNull()) {
6612 if (ReturnType.isNull()) {
6646 if (ReturnType.isNull()) {
6678 if (ReturnType.isNull()) {
6706 if (ReturnType.isNull()) {
6728 if (ReturnType.isNull()) {
6754 if (ReturnType.isNull()) {
6787 if (ReturnType.isNull()) {
6812 (ReturnType.isNull() ||
6813 (ReturnType->isObjCObjectPointerType() &&
6814 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6815 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6821 if (ReturnType.isNull()) {
6835 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6839 if (ReturnType.isNull()) {
6848 if (ReturnType.isNull()) {
6852 Builder.AddTextChunk(GetCompletionTypeString(ReturnType, Context,
6870 if (ReturnType.isNull()) {
6892 if (ReturnType.isNull()) {
6914 if (ReturnType.isNull()) {
6936 if (ReturnType.isNull()) {
6957 if (ReturnType.isNull()) {
6976 (ReturnType.isNull() ||
6977 (ReturnType->isObjCObjectPointerType() &&
6978 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6979 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6986 if (ReturnType.isNull()) {
7000 (ReturnType.isNull() ||
7001 ReturnType->isIntegerType() ||
7002 ReturnType->isBooleanType())) {
7008 if (ReturnType.isNull()) {
7026 QualType ReturnType = GetTypeFromParser(ReturnTy);
7062 ReturnType, KnownMethods);
7080 if (ReturnType.isNull()) {
7182 AddObjCKeyValueCompletions(P, IsInstanceMethod, ReturnType, Context,