ΒΆunsigned int clang_isVolatileQualifiedType(
    CXType T)

Description

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

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

Parameters

CXType T