diff options
Diffstat (limited to 'lib/Sema/Lookup.h')
-rw-r--r-- | lib/Sema/Lookup.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Sema/Lookup.h b/lib/Sema/Lookup.h index 61d8a4ea33..78f79eac2b 100644 --- a/lib/Sema/Lookup.h +++ b/lib/Sema/Lookup.h @@ -33,12 +33,11 @@ public: NotFound = 0, /// @brief Name lookup found a single declaration that met the - /// criteria. getAsDecl will return this declaration. + /// criteria. getFoundDecl() will return this declaration. Found, /// @brief Name lookup found a set of overloaded functions that - /// met the criteria. getAsDecl will turn this set of overloaded - /// functions into an OverloadedFunctionDecl. + /// met the criteria. FoundOverloaded, /// @brief Name lookup found an unresolvable value declaration |