Home | History | Annotate | Download | only in Sema

Lines Matching defs:ReturnType

1731              !SemaRef.getCurBlock()->ReturnType.isNull())
1732 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
3844 ResultType = BSI->ReturnType;
5957 QualType ReturnType,
5970 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
5977 WantInstanceMethods, ReturnType,
5983 WantInstanceMethods, ReturnType,
5994 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6000 WantInstanceMethods, ReturnType, KnownMethods,
6012 FindImplementableMethods(Context, *I, WantInstanceMethods, ReturnType,
6024 if (!ReturnType.isNull() &&
6025 !Context.hasSameUnqualifiedType(ReturnType, (*M)->getResultType()))
6066 QualType ReturnType,
6107 bool ReturnTypeMatchesProperty = ReturnType.isNull() ||
6108 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
6111 = ReturnType.isNull() || ReturnType->isVoidType();
6117 if (ReturnType.isNull())
6129 ((!ReturnType.isNull() &&
6130 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) ||
6131 (ReturnType.isNull() &&
6137 if (ReturnType.isNull()) {
6156 if (ReturnType.isNull()) {
6204 (ReturnType.isNull() || ReturnType->isIntegerType())) {
6208 if (ReturnType.isNull()) {
6226 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6231 if (ReturnType.isNull()) {
6249 (ReturnType.isNull() ||
6250 (ReturnType->isObjCObjectPointerType() &&
6251 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6252 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6258 if (ReturnType.isNull()) {
6283 if (ReturnType.isNull()) {
6317 if (ReturnType.isNull()) {
6349 if (ReturnType.isNull()) {
6377 if (ReturnType.isNull()) {
6399 if (ReturnType.isNull()) {
6425 if (ReturnType.isNull()) {
6458 if (ReturnType.isNull()) {
6483 (ReturnType.isNull() ||
6484 (ReturnType->isObjCObjectPointerType() &&
6485 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6486 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6491 if (ReturnType.isNull()) {
6505 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6509 if (ReturnType.isNull()) {
6518 if (ReturnType.isNull()) {
6522 Builder.AddTextChunk(GetCompletionTypeString(ReturnType, Context,
6540 if (ReturnType.isNull()) {
6562 if (ReturnType.isNull()) {
6584 if (ReturnType.isNull()) {
6606 if (ReturnType.isNull()) {
6627 if (ReturnType.isNull()) {
6646 (ReturnType.isNull() ||
6647 (ReturnType->isObjCObjectPointerType() &&
6648 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl() &&
6649 ReturnType->getAs<ObjCObjectPointerType>()->getInterfaceDecl()
6655 if (ReturnType.isNull()) {
6669 (ReturnType.isNull() ||
6670 ReturnType->isIntegerType() ||
6671 ReturnType->isBooleanType())) {
6676 if (ReturnType.isNull()) {
6694 QualType ReturnType = GetTypeFromParser(ReturnTy);
6730 ReturnType, KnownMethods);
6748 if (ReturnType.isNull())
6844 AddObjCKeyValueCompletions(*P, IsInstanceMethod, ReturnType, Context,