Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp1156 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()
1693 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName()
3659 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
HDCGExprConstant.cpp1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
HDCGObjC.cpp103 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
HDCodeGenModule.cpp6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
HDCGObjCMac.cpp5621 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.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()
HDRewriteModernObjC.cpp2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6814 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2051 void getObjCEncodingForType(QualType T, std::string &S,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp8116 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock()
8151 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
8163 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
8190 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
8402 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
HDExprConstant.cpp3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp1947 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp1153 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
HDSemaInit.cpp3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()