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.cpp5436 unsigned SelectIdx = ~0U; in handleLifetimeCategoryAttr() local
5438 SelectIdx = 0; in handleLifetimeCategoryAttr()
5440 SelectIdx = 1; in handleLifetimeCategoryAttr()
5442 if (SelectIdx != ~0U) { in handleLifetimeCategoryAttr()
5444 << SelectIdx << AL; in handleLifetimeCategoryAttr()