Searched refs:CINDEX_VERSION_MAJOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h30 * CINDEX_VERSION_MAJOR is intended for "major" source/ABI breaking changes.
33 * compatible, thus CINDEX_VERSION_MAJOR is expected to remain stable.
35 #define CINDEX_VERSION_MAJOR 0 macro
41 CINDEX_VERSION_ENCODE(CINDEX_VERSION_MAJOR, CINDEX_VERSION_MINOR)
48 CINDEX_VERSION_STRINGIZE(CINDEX_VERSION_MAJOR, CINDEX_VERSION_MINOR)

Completed in 112 milliseconds