diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 1e036e7559..4aa900f628 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -154,14 +154,6 @@ public: virtual void ActOnCXXExitDeclaratorScope(const CXXScopeSpec &SS) { } - /// getTypeAsString - Returns a string that describes the given - /// type. This callback is used in C++ to form identifiers for - /// special declarations that otherwise don't have simple names, - /// such as constructors, destructors, and conversion functions. - virtual std::string getTypeAsString(TypeTy *Type) { - return "<unknown type>"; - } - /// ActOnDeclarator - This callback is invoked when a declarator is parsed and /// 'Init' specifies the initializer if any. This is for things like: /// "int X = 4" or "typedef int foo". |