Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp115 SmallString<100> StrBuf; in generateErrnoNotCheckedBug() local
116 llvm::raw_svector_ostream OS(StrBuf); in generateErrnoNotCheckedBug()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1181 SmallString<256> StrBuf; in getEntityInfo() local
1183 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()
1186 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1190 SmallString<512> StrBuf; in getEntityInfo() local
1191 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()
1195 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp47 SmallString<128> StrBuf; in ParseObjCStringLiteral() local
61 StrBuf += S->getString(); in ParseObjCStringLiteral()
72 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr, in ParseObjCStringLiteral()
74 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ordinary, in ParseObjCStringLiteral()