Home | History | Annotate | Download | only in clang-c

Lines Matching defs:Major

29  * CINDEX_VERSION_MAJOR is intended for "major" source/ABI breaking changes.
37 #define CINDEX_VERSION_ENCODE(major, minor) ( \
38 ((major) * 10000) \
45 #define CINDEX_VERSION_STRINGIZE_(major, minor) \
46 #major"."#minor
47 #define CINDEX_VERSION_STRINGIZE(major, minor) \
48 CINDEX_VERSION_STRINGIZE_(major, minor)
147 * \brief Describes a version number of the form major.minor.subminor.
151 * \brief The major version number, e.g., the '10' in '10.7.3'. A negative
154 int Major;
2683 * on the other hand, can have a major impact on semantics, and redeclarations
2718 * on the other hand, can have a major impact on semantics, and redeclarations