ΒΆvoid generateUSRForObjCIvar(llvm::StringRef Ivar,
                            llvm::raw_ostream& OS)

Description

Generate a USR fragment for an Objective-C instance variable. The complete USR can be created by concatenating the USR for the encompassing class with this USR fragment.

Declared at: clang/include/clang/Index/USRGeneration.h:47

Parameters

llvm::StringRef Ivar
llvm::raw_ostream& OS