Home
last modified time | relevance | path

Searched refs:getObjCEncodingForType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1141 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()
1684 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName()
3545 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
H A DCGExprConstant.cpp1341 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp101 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCodeGenModule.cpp5793 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
H A DCGObjCMac.cpp5645 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1135 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
H A DCIndex.cpp3989 Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]), encoding); in clang_Type_getObjCEncoding()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5327 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5338 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
H A DRewriteModernObjC.cpp2072 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6817 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7548 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock()
7583 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
7595 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
7622 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
7830 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
H A DExprConstant.cpp3386 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1986 void getObjCEncodingForType(QualType T, std::string &S,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1147 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp2963 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()