summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ParentMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/ParentMap.h')
-rw-r--r--include/clang/AST/ParentMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/ParentMap.h b/include/clang/AST/ParentMap.h
index 9ea5a09..22c1e72 100644
--- a/include/clang/AST/ParentMap.h
+++ b/include/clang/AST/ParentMap.h
@@ -32,6 +32,7 @@ public:
Stmt *getParent(Stmt*) const;
Stmt *getParentIgnoreParens(Stmt *) const;
Stmt *getParentIgnoreParenCasts(Stmt *) const;
+ Stmt *getOuterParenParent(Stmt *) const;
const Stmt *getParent(const Stmt* S) const {
return getParent(const_cast<Stmt*>(S));
OpenPOWER on IntegriCloud