Home
last modified time | relevance | path

Searched refs:getObjCObjectPointerType (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp94 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
109 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
124 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
140 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
281 S.NSNumberPointer = CX.getObjCObjectPointerType(NSNumberObject); in getNSNumberFactoryMethod()
528 NSStringPointer = Context.getObjCObjectPointerType(NSStringObject); in BuildObjCBoxedExpr()
630 NSValuePointer = Context.getObjCObjectPointerType(NSValueObject); in BuildObjCBoxedExpr()
863 = Context.getObjCObjectPointerType( in BuildObjCArrayLiteral()
967 QIDNSCopying = Context.getObjCObjectPointerType(QIDNSCopying); in BuildObjCDictionaryLiteral()
1043 = Context.getObjCObjectPointerType( in BuildObjCDictionaryLiteral()
[all …]
DSemaType.cpp980 return ctx.getObjCObjectPointerType(type); in applyObjCProtocolQualifiers()
988 return ctx.getObjCObjectPointerType(type); in applyObjCProtocolQualifiers()
1046 Result = Context.getObjCObjectPointerType(Result); in actOnObjCProtocolQualifierType()
3604 T = Context.getObjCObjectPointerType(T); in GetFullTypeForDeclarator()
3803 T = Context.getObjCObjectPointerType(T); in GetFullTypeForDeclarator()
5629 equivType = Context.getObjCObjectPointerType(equivType); in checkObjCKindOfType()
DSemaObjCProperty.cpp604 T = Context.getObjCObjectPointerType(T); in CreatePropertyDecl()
DSemaCodeComplete.cpp5695 : Super? Context.getObjCObjectPointerType( in CodeCompleteObjCInstanceMessage()
5710 ReceiverType = Context.getObjCObjectPointerType( in CodeCompleteObjCInstanceMessage()
DSemaOverload.cpp1996 return Context.getObjCObjectPointerType(ToPointee); in BuildSimilarlyQualifiedPointerType()
2005 return Context.getObjCObjectPointerType(QualifiedCanonToPointee); in BuildSimilarlyQualifiedPointerType()
6924 QPointerTy = Context.getObjCObjectPointerType(QPointeeTy); in AddPointerWithMoreQualifiedTypeVariants()
DSemaStmt.cpp3146 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
DSemaDeclObjC.cpp622 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
DSemaDecl.cpp6520 T = Context.getObjCObjectPointerType(T); in CheckVariableDeclarationType()
10605 T = Context.getObjCObjectPointerType(T); in CheckParameter()
13570 QualType T = Context.getObjCObjectPointerType(FD->getType()); in ActOnFields()
DTreeTransform.h4137 Result = SemaRef.Context.getObjCObjectPointerType(PointeeType); in TransformPointerType()
11156 return SemaRef.Context.getObjCObjectPointerType(PointeeType); in RebuildObjCObjectPointerType()
DSemaExpr.cpp10022 return Context.getObjCObjectPointerType(op->getType()); in CheckAddressOfOperand()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp230 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()
394 C.getObjCObjectPointerType(QualType(SuperOfTo, 0)); in getMostInformativeDerivedClassImpl()
779 C.getASTContext().getObjCObjectPointerType( in checkPostObjCMessage()
DRetainCountChecker.cpp2930 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/external/clang/lib/AST/
DASTContext.cpp3837 QualType ASTContext::getObjCObjectPointerType(QualType ObjectT) const { in getObjCObjectPointerType() function in ASTContext
3849 Canonical = getObjCObjectPointerType(getCanonicalType(ObjectT)); in getObjCObjectPointerType()
5723 QualType Ty = getObjCObjectPointerType(CT); in getObjCEncodingForTypeImpl()
6029 T = getObjCObjectPointerType(T); in getObjCIdDecl()
6046 T = getObjCObjectPointerType(T); in getObjCClassDecl()
7131 return getObjCObjectPointerType(Result); in areCommonBaseCompatible()
7134 return getObjCObjectPointerType(QualType(LHS, 0)); in areCommonBaseCompatible()
7179 return getObjCObjectPointerType(Result); in areCommonBaseCompatible()
7182 return getObjCObjectPointerType(QualType(RHS, 0)); in areCommonBaseCompatible()
7272 getObjCObjectPointerType(To)->getAs<ObjCObjectPointerType>(), in canBindObjCObjectType()
[all …]
DType.cpp650 return ctx.getObjCObjectPointerType(obj)->castAs<ObjCObjectPointerType>(); in stripObjCKindOfTypeAndQuals()
1020 return Ctx.getObjCObjectPointerType(pointeeType); in TRIVIAL_TYPE_CLASS()
1112 resultTy = ctx.getObjCObjectPointerType(resultTy); in substObjCTypeArgs()
1455 return ctx.getObjCObjectPointerType(superObjectType); in getSuperClassType()
DASTDiagnostic.cpp182 QT = Context.getObjCObjectPointerType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DDeclObjC.cpp985 selfTy = Context.getObjCObjectPointerType(selfTy); in getSelfType()
DASTImporter.cpp1876 return Importer.getToContext().getObjCObjectPointerType(ToPointeeType); in VisitObjCObjectPointerType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h512 return ctx.getObjCObjectPointerType(T); in getLocationType()
/external/clang/include/clang/AST/
DASTContext.h1288 QualType getObjCObjectPointerType(QualType OIT) const;
/external/clang/lib/Serialization/
DASTReader.cpp5517 return Context.getObjCObjectPointerType(Pointee); in readTypeRecord()