| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 434 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType() 455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() 484 result = Context->getObjCIdType(); in getSimpleFunctionType() 1698 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt() 1860 if (t == Context->getObjCIdType()) { in RewriteObjCTryStmt() 2324 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2328 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() 2341 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2347 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() 2369 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() [all …]
|
| H A D | RewriteModernObjC.cpp | 525 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType() 526 : Context->getObjCIdType(); in convertToUnqualifiedObjCType() 548 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() 578 result = Context->getObjCIdType(); in getSimpleFunctionType() 2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() 2417 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() 2430 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() 2436 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() 2450 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() 2463 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 133 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral() 147 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() 1197 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCGetterBody() 1207 getContext().getObjCIdType(), args), in generateObjCGetterBody() 1487 args.add(RValue::get(self), getContext().getObjCIdType()); in generateObjCSetterBody() 1490 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1497 args.add(RValue::get(arg), getContext().getObjCIdType()); in generateObjCSetterBody() 1679 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() 1748 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt() 1858 llvm::Type *ObjCIdType = ConvertType(getContext().getObjCIdType()); in EmitObjCForCollectionStmt() [all …]
|
| H A D | CGObjCMac.cpp | 239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() 254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() 282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() 343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn() 2150 CGF.getContext().getObjCIdType(), false, CallArgs, in GenerateMessageSend() 4116 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue() 5810 cast<llvm::PointerType>(Types.ConvertType(Ctx.getObjCIdType())); in ObjCCommonTypesHelper() 5833 nullptr, Ctx.getObjCIdType(), nullptr, nullptr, in ObjCCommonTypesHelper() 7416 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend() 7419 Receiver, CGF.getContext().getObjCIdType(), in GenerateMessageSend()
|
| H A D | CodeGenModule.cpp | 5232 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 5616 getContext().getObjCIdType(), nullptr, D, /*isInstance=*/true, in EmitObjCIvarInitializations()
|
| H A D | CGObjCGNU.cpp | 2182 QualType UnqualIdTy = CGM.getContext().getObjCIdType(); in CGObjCGNU()
|
| H A D | CGDebugInfo.cpp | 980 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
|
| H A D | CGBuiltin.cpp | 2891 ArgType = CGM.getContext().getObjCIdType(); in EmitBuiltinExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 113 Ty = Context.getObjCIdType(); in BuildObjCStringLiteral() 805 QualType IdT = Context.getObjCIdType(); in BuildObjCArrayLiteral() 967 QualType IdT = Context.getObjCIdType(); in BuildObjCDictionaryLiteral() 1436 Context.getObjCIdType(), in stripObjCInstanceType() 1437 Context.getObjCIdType()); in stripObjCInstanceType() 1444 return Context.getObjCIdType(); in stripObjCInstanceType() 1787 ReturnType = Context.getObjCIdType(); in CheckMessageArgumentTypes() 2876 Result = forceUnknownAnyToType(Receiver, Context.getObjCIdType()); in BuildInstanceMessage() 2909 !Context.getObjCIdType().isNull() && in BuildInstanceMessage() 2916 Receiver = ImpCastExprToType(Receiver, Context.getObjCIdType(), in BuildInstanceMessage() [all …]
|
| H A D | SemaPseudoObject.cpp | 1187 S.Context.getObjCIdType() /*ReturnType*/, nullptr /*TypeSourceInfo */, in findAtIndexGetter() 1199 : S.Context.getObjCIdType(), in findAtIndexGetter() 1304 S.Context.getObjCIdType(), in findAtIndexSetter() 1314 : S.Context.getObjCIdType(), in findAtIndexSetter()
|
| H A D | SemaDeclObjC.cpp | 761 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam() 4732 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4753 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration() 4805 ArgType = Context.getObjCIdType(); in ActOnMethodDeclaration()
|
| H A D | SemaCodeComplete.cpp | 7611 : Context.getObjCIdType(); in CodeCompleteObjCInstanceMessage() 8103 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar()
|
| H A D | SemaStmt.cpp | 2273 OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(), in ActOnObjCForCollectionStmt()
|
| H A D | SemaDecl.cpp | 2259 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl() 11727 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in deduceVarTypeFromInitializer() 12233 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); in AddInitializerToDecl()
|
| H A D | SemaExpr.cpp | 8461 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 8463 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType() 8468 QualType incompatTy = Context.getObjCIdType(); in FindCompositeObjCPointerType()
|
| H A D | SemaOverload.cpp | 5837 QualType Ty = S.Context.getObjCIdType(); in TryContextuallyConvertToObjCPointer() 5874 QualType Ty = Context.getObjCIdType(); in PerformContextuallyConvertToObjCPointer()
|
| H A D | SemaExprCXX.cpp | 8430 FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType()); in ActOnFinishFullExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1715 return getObjCIdType(); in getObjCIdRedefinitionType() 1912 QualType getObjCIdType() const { in getObjCIdType() function 2668 return T == getObjCIdType(); in isObjCIdType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1108 selfTy = Context.getObjCIdType(); in getSelfType()
|
| H A D | ASTDiagnostic.cpp | 132 if (QualType(Ty,0) == Context.getObjCIdType() || in Desugar()
|
| H A D | ASTContext.cpp | 6824 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 7687 getObjCIdType(), S, in getObjCEncodingForTypeImpl() 10428 Type = Context.getObjCIdType(); in DecodeTypeFromStr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1562 VisitType = Context.getObjCIdType(); in VisitBuiltinTypeLoc()
|