Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5287 std::string AsString; in render() local
5289 llvm::raw_string_ostream OS(AsString); in render()
5296 B.AddResultTypeChunk(Alloc.CopyString(AsString)); in render()