ΒΆunsigned int clang_isConstQualifiedType(CXType T)
unsigned int clang_isConstQualifiedType(CXType T)
Description
Determine whether a CXType has the "const" qualifier set, without looking through typedefs that may have added "const" at a different level.
Declared at: clang/include/clang-c/Index.h:3714
Parameters
- CXType T