ΒΆvoid generateUSRForObjCMethod(
llvm::StringRef Sel,
bool IsInstanceMethod,
llvm::raw_ostream& OS)
void generateUSRForObjCMethod(
llvm::StringRef Sel,
bool IsInstanceMethod,
llvm::raw_ostream& OS)
Description
Generate a USR fragment for an Objective-C method.
Declared at: clang/include/clang/Index/USRGeneration.h:50
Parameters
- llvm::StringRef Sel
- bool IsInstanceMethod
- llvm::raw_ostream& OS