Searched refs:getObjCEncodingForPropertyDecl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1566 /// getObjCEncodingForPropertyDecl - Return the encoded type for
1570 void getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp238 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr);
H A DCGObjCMac.cpp5065 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6469 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5292 /// getObjCEncodingForPropertyDecl - Return the encoded type for this
5317 void ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, function in class:ASTContext

Completed in 123 milliseconds