Searched refs:getObjCEncodingForType (Results 1 – 12 of 12) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 904 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5077 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/ |
D | ASTContext.h | 1527 void getObjCEncodingForType(QualType T, std::string &S,
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1983 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()
|
D | RewriteModernObjC.cpp | 2091 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 6906 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 960 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
D | CGObjC.cpp | 93 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
|
D | CGObjCGNU.cpp | 2211 Context.getObjCEncodingForType(IVD->getType(), TypeStr); in GenerateClass()
|
D | CodeGenModule.cpp | 3222 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
D | CGObjCMac.cpp | 5016 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1067 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
|
D | SemaInit.cpp | 2425 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|