Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1111 encoding = Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr); in clang_getDeclObjCTypeEncoding()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1890 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp231 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in MakePropertyEncodingString()
1135 CGM.getContext().getObjCEncodingForPropertyDecl(property, OCD); in PushProperty()
H A DCGObjCMac.cpp5731 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in GetPropertyTypeString()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6389 Context->getObjCEncodingForPropertyDecl(PropDecl, Container); in Write_prop_list_t_initializer()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7100 ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, in getObjCEncodingForPropertyDecl() function in ASTContext