ΒΆinline bool declaresSameEntity(
    const clang::Decl* D1,
    const clang::Decl* D2)

Description

Determine whether two declarations declare the same entity.

Declared at: clang/include/clang/AST/DeclBase.h:1229

Parameters

const clang::Decl* D1
const clang::Decl* D2