aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/EntityImpl.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-21 07:52:21 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-21 07:52:21 +0000
commit4c7c5a1d01d5e35aa6fb7724336c9506a88b6b62 (patch)
treebd4f2e7866dcae901b5a3dc6d017c5a16d8118a9 /lib/Index/EntityImpl.h
parent2bcb3439b50c7f227a21d7118a2a76904ec60331 (diff)
Remove the ASTContext parameter from Entity::getPrintableName().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index/EntityImpl.h')
-rw-r--r--lib/Index/EntityImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Index/EntityImpl.h b/lib/Index/EntityImpl.h
index 334dcfb4ec..3f09f80fc1 100644
--- a/lib/Index/EntityImpl.h
+++ b/lib/Index/EntityImpl.h
@@ -44,6 +44,8 @@ public:
/// \brief Get an Entity associated with the given Decl.
/// \returns Null if an Entity cannot refer to this Decl.
static Entity get(Decl *D, ProgramImpl &Prog);
+
+ std::string getPrintableName();
void Profile(llvm::FoldingSetNodeID &ID) const {
Profile(ID, Parent, Id, IdNS);