ΒΆinline clang::QualType getUnderlyingType(
    const clang::Expr& Node)

Description

Unifies obtaining the underlying type of a regular node through `getType` and a TypedefNameDecl node through `getUnderlyingType`.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:149

Parameters

const clang::Expr& Node