ΒΆunsigned int clang_isRestrictQualifiedType(
    CXType T)

Description

Determine whether a CXType has the "restrict" qualifier set, without looking through typedefs that may have added "restrict" at a different level.

Declared at: clang/include/clang-c/Index.h:3746

Parameters

CXType T