summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2014-03-19 20:52:13 +0000
committerFariborz Jahanian <fjahanian@apple.com>2014-03-19 20:52:13 +0000
commiteff3a8be93ad86b5b9e8dd2ada10b45de8204295 (patch)
treedd9c51bc4f5e7c7ec694d81128904d2555187edd
parent984e1df77a9e7e22629fc3820dec761dabd3339e (diff)
downloadbcm5719-llvm-eff3a8be93ad86b5b9e8dd2ada10b45de8204295.tar.gz
bcm5719-llvm-eff3a8be93ad86b5b9e8dd2ada10b45de8204295.zip
Objective-C. Make getObjCEncodingForMethodParameter public.
llvm-svn: 204264
-rw-r--r--clang/include/clang/AST/ASTContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h
index f449403b334..82a022ade51 100644
--- a/clang/include/clang/AST/ASTContext.h
+++ b/clang/include/clang/AST/ASTContext.h
@@ -2272,17 +2272,17 @@ private:
void getObjCEncodingForStructureImpl(RecordDecl *RD, std::string &S,
const FieldDecl *Field,
bool includeVBases = true) const;
-
+public:
// Adds the encoding of a method parameter or return type.
void getObjCEncodingForMethodParameter(Decl::ObjCDeclQualifier QT,
QualType T, std::string& S,
bool Extended) const;
-
+
+private:
const ASTRecordLayout &
getObjCLayout(const ObjCInterfaceDecl *D,
const ObjCImplementationDecl *Impl) const;
-private:
/// \brief A set of deallocations that should be performed when the
/// ASTContext is destroyed.
typedef llvm::SmallDenseMap<void(*)(void*), llvm::SmallVector<void*, 16> >
OpenPOWER on IntegriCloud