Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp392 std::optional<unsigned> Index = E->getSelectedIndex(); in computeDependence()
H A DType.cpp3999 std::optional<unsigned> PackIndexingType::getSelectedIndex() const { in getSelectedIndex() function in PackIndexingType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5817 return *(getExpansionsPtr() + *getSelectedIndex());
5820 std::optional<unsigned> getSelectedIndex() const;
5822 bool hasSelectedType() const { return getSelectedIndex() != std::nullopt; }
H A DExprCXX.h4449 std::optional<unsigned> getSelectedIndex() const { in getSelectedIndex() function
4459 std::optional<unsigned> Index = getSelectedIndex(); in getSelectedExpr()