Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1117 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()
1597 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName()
3332 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
H A DCGExprConstant.cpp1088 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp93 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCodeGenModule.cpp4547 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
H A DCGObjCMac.cpp5436 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6195 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
6230 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
6242 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
6269 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
6476 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
H A DExprConstant.cpp2649 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1980 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5325 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5336 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
H A DRewriteModernObjC.cpp2067 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6820 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1793 void getObjCEncodingForType(QualType T, std::string &S,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1069 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp2708 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()