Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp387 llvm::SmallSet<size_t, 4> PlaceHolderIndices; in isPlaceHolderIndexRepeated() local
390 if (!PlaceHolderIndices.insert(B.PlaceHolderIndex).second) in isPlaceHolderIndexRepeated()