Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp904 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
/external/clang/lib/AST/
DASTContext.cpp5077 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
5113 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
5124 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
5151 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
5360 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
/external/clang/include/clang/AST/
DASTContext.h1527 void getObjCEncodingForType(QualType T, std::string &S,
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1983 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5353 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5364 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
DRewriteModernObjC.cpp2091 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6906 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp960 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
DCGObjC.cpp93 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
DCGObjCGNU.cpp2211 Context.getObjCEncodingForType(IVD->getType(), TypeStr); in GenerateClass()
DCodeGenModule.cpp3222 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
DCGObjCMac.cpp5016 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1067 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
DSemaInit.cpp2425 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()