Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1168 SmallString<256> StrBuf; in getEntityInfo() local
1170 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()
1173 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1177 SmallString<512> StrBuf; in getEntityInfo() local
1178 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()
1182 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()