Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h124 std::optional<size_t> IndexInSignature; member
141 if (!ParamDesc.IndexInSignature) { in getOrInsertImpl()
142 ParamDesc.IndexInSignature = Container.size(); in getOrInsertImpl()
145 return Container[*ParamDesc.IndexInSignature]; in getOrInsertImpl()