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.cpp5302 std::string AsString; in render() local
5304 llvm::raw_string_ostream OS(AsString); in render()
5311 B.AddResultTypeChunk(Alloc.CopyString(AsString)); in render()