diff options
Diffstat (limited to 'include/clang/AST/Decl.h')
-rw-r--r-- | include/clang/AST/Decl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 765d04947c..b91816e2ad 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -121,6 +121,7 @@ public: /// Creating this name is expensive, so it should be called only when /// performance doesn't matter. std::string getQualifiedNameAsString() const; + std::string getQualifiedNameAsString(const PrintingPolicy &Policy) const; /// declarationReplaces - Determine whether this declaration, if /// known to be well-formed within its context, will replace the |