Lines Matching defs:major
31 * CINDEX_VERSION_MAJOR is intended for "major" source/ABI breaking changes.
39 #define CINDEX_VERSION_ENCODE(major, minor) (((major)*10000) + ((minor)*1))
44 #define CINDEX_VERSION_STRINGIZE_(major, minor) #major "." #minor
45 #define CINDEX_VERSION_STRINGIZE(major, minor) \
46 CINDEX_VERSION_STRINGIZE_(major, minor)
152 * Describes a version number of the form major.minor.subminor.
156 * The major version number, e.g., the '10' in '10.7.3'. A negative
2693 * on the other hand, can have a major impact on semantics, and redeclarations
2728 * on the other hand, can have a major impact on semantics, and redeclarations