Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp869 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4884 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
4920 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
4931 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
4958 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
5167 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1395 void getObjCEncodingForType(QualType T, std::string &S,
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp859 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjCGNU.cpp2182 Context.getObjCEncodingForType(IVD->getType(), TypeStr); in GenerateClass()
H A DCodeGenModule.cpp2904 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
H A DCGObjCMac.cpp4842 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1983 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5371 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5382 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
H A DRewriteModernObjC.cpp2091 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6938 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp948 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp2222 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()