Home
last modified time | relevance | path

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

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