Files
swift-mirror/lib/IDE/CodeCompletion.cpp
Doug Gregor 58d60e268f [Code completion] Delete redundant code handling declarations.
A significant chunk of the handling for LookupKind::ValueExpr
was duplicated in the handling for the ValueInDeclContext and
ImportFromModule cases. Use a fall through to unify the
code paths here.
2018-08-14 08:31:01 -07:00

190 KiB