Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5018 unsigned SelectIdx = ~0U; in handleLifetimeCategoryAttr() local
5020 SelectIdx = 0; in handleLifetimeCategoryAttr()
5022 SelectIdx = 1; in handleLifetimeCategoryAttr()
5024 if (SelectIdx != ~0U) { in handleLifetimeCategoryAttr()
5026 << SelectIdx << AL; in handleLifetimeCategoryAttr()