ΒΆvoid expandUCNs(SmallVectorImpl<char>& Buf,
                llvm::StringRef Input)

Description

Copy characters from Input to Buf, expanding any UCNs.

Declared at: clang/include/clang/Lex/LiteralSupport.h:37

Parameters

SmallVectorImpl<char>& Buf
llvm::StringRef Input