Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4367 constexpr llvm::StringLiteral NamePlaceholder = "!#!NAME_GOES_HERE!#!"; in AddLambdaCompletion() local
4368 std::string Type = std::string(NamePlaceholder); in AddLambdaCompletion()
4371 std::tie(Prefix, Suffix) = llvm::StringRef(Type).split(NamePlaceholder); in AddLambdaCompletion()