We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6166a6 commit 165f511Copy full SHA for 165f511
clang/include/clang/AST/Mangle.h
@@ -43,9 +43,9 @@ class VarDecl;
43
/// Extract mangling function name from MangleContext such that swift can call
44
/// it to prepare for ObjCDirect in swift.
45
void mangleObjCMethodName(raw_ostream &OS, bool includePrefixByte,
46
- bool isInstanceMethod, StringRef ClassName,
47
- std::optional<StringRef> CategoryName,
48
- StringRef MethodName);
+ bool isInstanceMethod, StringRef ClassName,
+ std::optional<StringRef> CategoryName,
+ StringRef MethodName);
49
50
/// MangleContext - Context for tracking state which persists across multiple
51
/// calls to the C++ name mangler.
0 commit comments