Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4592 unsigned SelectIdx = ~0U; in handleLifetimeCategoryAttr() local
4594 SelectIdx = 0; in handleLifetimeCategoryAttr()
4596 SelectIdx = 1; in handleLifetimeCategoryAttr()
4598 if (SelectIdx != ~0U) { in handleLifetimeCategoryAttr()
4600 << SelectIdx << AL; in handleLifetimeCategoryAttr()