Home
last modified time | relevance | path

Searched refs:SelectIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5275 unsigned SelectIdx = ~0U; in handleLifetimeCategoryAttr() local
5277 SelectIdx = 0; in handleLifetimeCategoryAttr()
5279 SelectIdx = 1; in handleLifetimeCategoryAttr()
5281 if (SelectIdx != ~0U) { in handleLifetimeCategoryAttr()
5283 << SelectIdx << AL; in handleLifetimeCategoryAttr()