Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4786 unsigned SelectIdx = ~0U; in handleLifetimeCategoryAttr() local
4788 SelectIdx = 0; in handleLifetimeCategoryAttr()
4790 SelectIdx = 1; in handleLifetimeCategoryAttr()
4792 if (SelectIdx != ~0U) { in handleLifetimeCategoryAttr()
4794 << SelectIdx << AL; in handleLifetimeCategoryAttr()