Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4823 constexpr llvm::StringLiteral NamePlaceholder = "!#!NAME_GOES_HERE!#!"; in AddLambdaCompletion() local
4824 std::string Type = std::string(NamePlaceholder); in AddLambdaCompletion()
4827 std::tie(Prefix, Suffix) = llvm::StringRef(Type).split(NamePlaceholder); in AddLambdaCompletion()