Searched refs:getObjCEncodingForPropertyDecl (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXType.cpp | 907 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding); in clang_getDeclObjCTypeEncoding()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 1590 void getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 2042 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 2026 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTContext.h | 2026 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTContext.h | 2018 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 242 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr); in MakePropertyEncodingString()
|
H A D | CGObjCMac.cpp | 5138 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr); in GetPropertyTypeString()
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6391 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString); in Write_prop_list_t_initializer()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 5381 void ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, in getObjCEncodingForPropertyDecl() function in ASTContext
|