Home
last modified time | relevance | path

Searched refs:getObjCEncodingForPropertyDecl (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/tools/libclang/
H A DCXType.cpp907 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding); in clang_getDeclObjCTypeEncoding()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1590 void getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2042 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2026 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2026 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2018 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp242 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr); in MakePropertyEncodingString()
H A DCGObjCMac.cpp5138 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr); in GetPropertyTypeString()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6391 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString); in Write_prop_list_t_initializer()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5381 void ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, in getObjCEncodingForPropertyDecl() function in ASTContext