Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A DCXType.cpp917 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
H A DCIndex.cpp3394 Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]), in clang_Type_getObjCEncoding()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5182 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
5218 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
5229 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
5256 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
5465 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1979 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5332 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5343 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
H A DRewriteModernObjC.cpp2064 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6828 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1552 void getObjCEncodingForType(QualType T, std::string &S,
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp973 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp93 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCGObjCGNU.cpp2221 Context.getObjCEncodingForType(IVD->getType(), TypeStr); in GenerateClass()
H A DCodeGenModule.cpp3495 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
H A DCGObjCMac.cpp5085 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2008 void getObjCEncodingForType(QualType T, std::string &S,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1992 void getObjCEncodingForType(QualType T, std::string &S,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1992 void getObjCEncodingForType(QualType T, std::string &S,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1984 void getObjCEncodingForType(QualType T, std::string &S,
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1064 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp2511 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()