ΒΆbool generateUSRFragmentForModule(
    const clang::Module* Mod,
    llvm::raw_ostream& OS)

Description

Generate a USR fragment for a module.

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

Parameters

const clang::Module* Mod
llvm::raw_ostream& OS

Returns

true on error, false on success.