]> granicus.if.org Git - clang/commit
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)
commit5c688ad49cdb85539cbe779accf953f16dab77b2
treef2c6647faa2e839f625e6530723c40b3fdc9bbc3
parent077afe023b545d0d876b6b64ba6c8fd285072d57
ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212496 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp