Home
last modified time | relevance | path

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

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