ΒΆbool generateUSRForDecl(
    const clang::Decl* D,
    SmallVectorImpl<char>& Buf)

Description

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

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

Parameters

const clang::Decl* D
SmallVectorImpl<char>& Buf

Returns

true if the results should be ignored, false otherwise.