Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1157 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()
1695 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName()
3660 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
H A DCGExprConstant.cpp1370 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp103 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCGObjCMac.cpp5614 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
H A DCodeGenModule.cpp6399 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
/freebsd-14.2/contrib/llvm-project/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()
6816 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1984 void getObjCEncodingForType(QualType T, std::string &S,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7660 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock()
7695 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
7707 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
7734 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
7946 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
H A DExprConstant.cpp3440 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1145 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp3097 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()