Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp46 SmallString<128> StrBuf; in ParseObjCStringLiteral() local
60 StrBuf += S->getString(); in ParseObjCStringLiteral()
71 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr, in ParseObjCStringLiteral()
73 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral()