Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.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()
H A DCGExprConstant.cpp1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp103 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCGObjCMac.cpp5621 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
H A DCodeGenModule.cpp6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2051 void getObjCEncodingForType(QualType T, std::string &S,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.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
H A DExprConstant.cpp3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6814 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1947 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1153 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()