Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnType

1789              !SemaRef.getCurBlock()->ReturnType.isNull())
1790 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
3959 ResultType = BSI->ReturnType;
6118 QualType ReturnType,
6134 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6142 FindImplementableMethods(Context, *Cat, WantInstanceMethods, ReturnType,
6149 WantInstanceMethods, ReturnType,
6160 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6166 WantInstanceMethods, ReturnType, KnownMethods,
6183 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6194 if (!ReturnType.isNull() &&
6195 !Context.hasSameUnqualifiedType(ReturnType, M->getResultType()))
6236 QualType ReturnType,
6277 bool ReturnTypeMatchesProperty = ReturnType.isNull() ||
6278 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
6281 = ReturnType.isNull() || ReturnType->isVoidType();
6287 if (ReturnType.isNull())
6299 ((!ReturnType.isNull() &&
6300 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) ||
6301 (ReturnType.isNull() &&
6307 if (ReturnType.isNull()) {
6326 if (ReturnType.isNull()) {
6374 (ReturnType.isNull() || ReturnType->isIntegerType())) {
6378 if (ReturnType.isNull()) {
6396 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6401 if (ReturnType.isNull()) {
6419 (ReturnType.isNull() ||
6420 (ReturnType->isObjCObjectPointerType() &&
6421 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6422 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6428 if (ReturnType.isNull()) {
6453 if (ReturnType.isNull()) {
6487 if (ReturnType.isNull()) {
6519 if (ReturnType.isNull()) {
6547 if (ReturnType.isNull()) {
6569 if (ReturnType.isNull()) {
6595 if (ReturnType.isNull()) {
6628 if (ReturnType.isNull()) {
6653 (ReturnType.isNull() ||
6654 (ReturnType->isObjCObjectPointerType() &&
6655 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6656 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6661 if (ReturnType.isNull()) {
6675 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6679 if (ReturnType.isNull()) {
6688 if (ReturnType.isNull()) {
6692 Builder.AddTextChunk(GetCompletionTypeString(ReturnType, Context,
6710 if (ReturnType.isNull()) {
6732 if (ReturnType.isNull()) {
6754 if (ReturnType.isNull()) {
6776 if (ReturnType.isNull()) {
6797 if (ReturnType.isNull()) {
6816 (ReturnType.isNull() ||
6817 (ReturnType->isObjCObjectPointerType() &&
6818 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6819 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6825 if (ReturnType.isNull()) {
6839 (ReturnType.isNull() ||
6840 ReturnType->isIntegerType() ||
6841 ReturnType->isBooleanType())) {
6846 if (ReturnType.isNull()) {
6864 QualType ReturnType = GetTypeFromParser(ReturnTy);
6900 ReturnType, KnownMethods);
6918 if (ReturnType.isNull())
7017 AddObjCKeyValueCompletions(*P, IsInstanceMethod, ReturnType, Context,