Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1127 CGM.getContext().getObjCEncodingForMethodDecl(Method, SelTypes); in GetSelector()
1812 Context.getObjCEncodingForMethodDecl(I, TypeStr); in GenerateProtocol()
1830 Context.getObjCEncodingForMethodDecl(I,TypeStr); in GenerateProtocol()
1875 Context.getObjCEncodingForMethodDecl(getter,TypeStr); in GenerateProtocol()
1886 Context.getObjCEncodingForMethodDecl(setter,TypeStr); in GenerateProtocol()
2049 CGM.getContext().getObjCEncodingForMethodDecl(I,TypeStr); in GenerateCategory()
2059 CGM.getContext().getObjCEncodingForMethodDecl(I,TypeStr); in GenerateCategory()
2116 Context.getObjCEncodingForMethodDecl(getter,TypeStr); in GeneratePropertyList()
2130 Context.getObjCEncodingForMethodDecl(setter,TypeStr); in GeneratePropertyList()
2275 Context.getObjCEncodingForMethodDecl(I,TypeStr); in GenerateClass()
[all …]
H A DCGObjCMac.cpp5103 if (CGM.getContext().getObjCEncodingForMethodDecl(D, TypeStr, Extended)) in GetMethodVarType()
/aosp_15_r20/external/clang/tools/libclang/
H A DCXType.cpp904 if (Ctx.getObjCEncodingForMethodDecl(OMD, encoding)) in clang_getDeclObjCTypeEncoding()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5130 Context->getObjCEncodingForMethodDecl((*I), MethodTypeString); in RewriteObjCProtocolMetaData()
5168 Context->getObjCEncodingForMethodDecl((*I), MethodTypeString); in RewriteObjCProtocolMetaData()
5781 Context->getObjCEncodingForMethodDecl(*MethodBegin, MethodTypeString); in RewriteObjCMethodsMetaData()
5791 Context->getObjCEncodingForMethodDecl(*MethodBegin, MethodTypeString); in RewriteObjCMethodsMetaData()
H A DRewriteModernObjC.cpp6351 Context->getObjCEncodingForMethodDecl(MD, MethodTypeString); in Write_method_list_t_initializer()
6721 Context->getObjCEncodingForMethodDecl(MD, MethodTypeString, true); in Write__extendedMethodTypes_initializer()
7432 Context->getObjCEncodingForMethodDecl(*MethodBegin, MethodTypeString); in RewriteObjCMethodsMetaData()
7442 Context->getObjCEncodingForMethodDecl(*MethodBegin, MethodTypeString); in RewriteObjCMethodsMetaData()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1579 bool getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl, std::string &S,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2032 std::string getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2016 std::string getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2016 std::string getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2008 std::string getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl,
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5283 bool ASTContext::getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl, in getObjCEncodingForMethodDecl() function in ASTContext