ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.
authorJoe Groff <arcata@gmail.com>
Mon, 7 Jul 2014 22:25:15 +0000 (22:25 +0000)
committerJoe Groff <arcata@gmail.com>
Mon, 7 Jul 2014 22:25:15 +0000 (22:25 +0000)
commit98ac7d2d35fe032497142aa1a5905f49e6414929
tree04d58d4e7a6084c828d600b3c37268ea8779e257
parent70af1fdf9d9e25f153aebac5669ff0ea925f193e
ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.

It is useful to get the property encoding for an ObjC type without a full
ObjCPropertyDecl.

llvm-svn: 212496
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp