Home
last modified time | relevance | path

Searched defs:NewMajor (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVersionTuple.h105 VersionTuple withMajorReplaced(unsigned NewMajor) const { in withMajorReplaced()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2685 auto NewMajor = Major >= 9 ? Major - 7 : 0; in handleAvailabilityAttr() local