MCPcopy Create free account
hub / github.com/KDAB/codebrowser / bufferAppend

Function bufferAppend

generator/generator.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template<int N>
36static void bufferAppend(llvm::SmallVectorImpl<char> &buffer, const char (&val)[N]) {
37 buffer.append(val, val + N - 1);
38}
39
40llvm::StringRef Generator::escapeAttr(llvm::StringRef s, llvm::SmallVectorImpl< char >& buffer)
41{

Callers 1

escapeAttrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected