Searched refs:NamePlaceholder (Results 1 – 1 of 1) sorted by relevance
4424 constexpr llvm::StringLiteral NamePlaceholder = "!#!NAME_GOES_HERE!#!"; in AddLambdaCompletion() local4425 std::string Type = std::string(NamePlaceholder); in AddLambdaCompletion()4428 std::tie(Prefix, Suffix) = llvm::StringRef(Type).split(NamePlaceholder); in AddLambdaCompletion()