Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp82 size_t PlaceHolderIndex = 0; member
288 B.PlaceHolderIndex = std::stoi(std::string(Matches[1])); in buildBindArguments()
289 B.UsageIdentifier = "PH" + llvm::utostr(B.PlaceHolderIndex); in buildBindArguments()
325 if (Args[I].PlaceHolderIndex == PlaceholderIndex) in findPositionOfPlaceholderUse()
340 return B1.PlaceHolderIndex < B2.PlaceHolderIndex; in addPlaceholderArgs()
345 MaxPlaceholderIt->PlaceHolderIndex == 0)) in addPlaceholderArgs()
348 size_t PlaceholderCount = MaxPlaceholderIt->PlaceHolderIndex; in addPlaceholderArgs()
389 if (B.PlaceHolderIndex) { in isPlaceHolderIndexRepeated()
390 if (!PlaceHolderIndices.insert(B.PlaceHolderIndex).second) in isPlaceHolderIndexRepeated()