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