mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Introduce a Macro AST type and use it to describe the macros we find
This commit is contained in:
@@ -4911,7 +4911,7 @@ public:
|
||||
///
|
||||
/// \returns The opened type of the macro with this name, or the null \c Type
|
||||
/// if no such macro exists.
|
||||
Type getTypeOfMacroReference(StringRef macro, Expr *anchor);
|
||||
Type getTypeOfMacroReference(Identifier macroName, Expr *anchor);
|
||||
#endif
|
||||
|
||||
/// Retrieve a list of generic parameter types solver has "opened" (replaced
|
||||
|
||||
Reference in New Issue
Block a user