Home
last modified time | relevance | path

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

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