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

Lines Matching defs:Major

30  * CINDEX_VERSION_MAJOR is intended for "major" source/ABI breaking changes.
38 #define CINDEX_VERSION_ENCODE(major, minor) (((major)*10000) + ((minor)*1))
43 #define CINDEX_VERSION_STRINGIZE_(major, minor) #major "." #minor
44 #define CINDEX_VERSION_STRINGIZE(major, minor) \
45 CINDEX_VERSION_STRINGIZE_(major, minor)
147 * Describes a version number of the form major.minor.subminor.
151 * The major version number, e.g., the '10' in '10.7.3'. A negative
154 int Major;
3070 * on the other hand, can have a major impact on semantics, and redeclarations
3105 * on the other hand, can have a major impact on semantics, and redeclarations