Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp91 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
106 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
121 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
137 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral()
278 S.NSNumberPointer = CX.getObjCObjectPointerType(NSNumberObject); in getNSNumberFactoryMethod()
526 NSStringPointer = Context.getObjCObjectPointerType(NSStringObject); in BuildObjCBoxedExpr()
629 NSValuePointer = Context.getObjCObjectPointerType(NSValueObject); in BuildObjCBoxedExpr()
862 = Context.getObjCObjectPointerType( in BuildObjCArrayLiteral()
965 QIDNSCopying = Context.getObjCObjectPointerType(QIDNSCopying); in BuildObjCDictionaryLiteral()
1040 = Context.getObjCObjectPointerType( in BuildObjCDictionaryLiteral()
[all …]
DSemaType.cpp1034 return ctx.getObjCObjectPointerType(type); in applyObjCProtocolQualifiers()
1042 return ctx.getObjCObjectPointerType(type); in applyObjCProtocolQualifiers()
1100 Result = Context.getObjCObjectPointerType(Result); in actOnObjCProtocolQualifierType()
3850 T = Context.getObjCObjectPointerType(T); in GetFullTypeForDeclarator()
4071 T = Context.getObjCObjectPointerType(T); in GetFullTypeForDeclarator()
5940 equivType = Context.getObjCObjectPointerType(equivType); in checkObjCKindOfType()
DSemaObjCProperty.cpp608 T = Context.getObjCObjectPointerType(T); in CreatePropertyDecl()
DSemaCodeComplete.cpp5715 : Super? Context.getObjCObjectPointerType( in CodeCompleteObjCInstanceMessage()
5730 ReceiverType = Context.getObjCObjectPointerType( in CodeCompleteObjCInstanceMessage()
DSemaOverload.cpp2062 return Context.getObjCObjectPointerType(ToPointee); in BuildSimilarlyQualifiedPointerType()
2071 return Context.getObjCObjectPointerType(QualifiedCanonToPointee); in BuildSimilarlyQualifiedPointerType()
6971 QPointerTy = Context.getObjCObjectPointerType(QPointeeTy); in AddPointerWithMoreQualifiedTypeVariants()
DSemaStmt.cpp3206 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
DSemaDeclObjC.cpp621 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
DSemaDecl.cpp6775 T = Context.getObjCObjectPointerType(T); in CheckVariableDeclarationType()
11015 T = Context.getObjCObjectPointerType(T); in CheckParameter()
14022 QualType T = Context.getObjCObjectPointerType(FD->getType()); in ActOnFields()
DTreeTransform.h4243 Result = SemaRef.Context.getObjCObjectPointerType(PointeeType); in TransformPointerType()
11496 return SemaRef.Context.getObjCObjectPointerType(PointeeType); in RebuildObjCObjectPointerType()
DSemaExpr.cpp10535 return Context.getObjCObjectPointerType(op->getType()); in CheckAddressOfOperand()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp230 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()
402 C.getObjCObjectPointerType(QualType(SuperOfTo, 0)); in getMostInformativeDerivedClassImpl()
803 C.getASTContext().getObjCObjectPointerType( in checkPostObjCMessage()
DRetainCountChecker.cpp2923 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/external/clang/lib/AST/
DASTContext.cpp3869 QualType ASTContext::getObjCObjectPointerType(QualType ObjectT) const { in getObjCObjectPointerType() function in ASTContext
3881 Canonical = getObjCObjectPointerType(getCanonicalType(ObjectT)); in getObjCObjectPointerType()
5819 QualType Ty = getObjCObjectPointerType(CT); in getObjCEncodingForTypeImpl()
6126 T = getObjCObjectPointerType(T); in getObjCIdDecl()
6143 T = getObjCObjectPointerType(T); in getObjCClassDecl()
7236 return getObjCObjectPointerType(Result); in areCommonBaseCompatible()
7239 return getObjCObjectPointerType(QualType(LHS, 0)); in areCommonBaseCompatible()
7286 return getObjCObjectPointerType(Result); in areCommonBaseCompatible()
7289 return getObjCObjectPointerType(QualType(RHS, 0)); in areCommonBaseCompatible()
7379 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()
1461 return ctx.getObjCObjectPointerType(superObjectType); in getSuperClassType()
DDeclObjC.cpp1017 selfTy = Context.getObjCObjectPointerType(selfTy); in getSelfType()
DASTDiagnostic.cpp183 QT = Context.getObjCObjectPointerType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTImporter.cpp1992 return Importer.getToContext().getObjCObjectPointerType(ToPointeeType); in VisitObjCObjectPointerType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h508 return ctx.getObjCObjectPointerType(T); in getLocationType()
/external/clang/include/clang/AST/
DASTContext.h1298 QualType getObjCObjectPointerType(QualType OIT) const;
/external/clang/lib/Serialization/
DASTReader.cpp5550 return Context.getObjCObjectPointerType(Pointee); in readTypeRecord()