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