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

Description

Generate a USR for a module, including the USR prefix.

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

Parameters

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

Returns

true on error, false on success.