Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp5017 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
5053 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
5064 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
5091 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
5300 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1449 void getObjCEncodingForType(QualType T, std::string &S,
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp958 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
HDCGObjC.cpp95 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
HDCGObjCGNU.cpp2183 Context.getObjCEncodingForType(IVD->getType(), TypeStr); in GenerateClass()
HDCodeGenModule.cpp2980 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
HDCGObjCMac.cpp4840 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp1983 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5364 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5375 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
HDRewriteModernObjC.cpp2091 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6925 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1067 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
HDSemaInit.cpp2421 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()