Searched refs:PlaceHolderIndex (Results 1 – 1 of 1) sorted by relevance
82 size_t PlaceHolderIndex = 0; member288 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()