ΒΆclang::QualType getDeclUsageType(
    clang::ASTContext& C,
    const clang::NamedDecl* ND)

Description

Determine the type that this declaration will have if it is used as a type or in an expression.

Declared at: clang/include/clang/Sema/CodeCompleteConsumer.h:166

Parameters

clang::ASTContext& C
const clang::NamedDecl* ND