Searched defs:StrBuf (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp233 SmallString<10> StrBuf; local
234 llvm::raw_svector_ostream OS(StrBuf);
/external/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1172 SmallString<256> StrBuf; local
1174 llvm::raw_svector_ostream OS(StrBuf);
1177 EntityInfo.name = SA.copyCStr(StrBuf.str());
1181 SmallString<512> StrBuf; local
1182 bool Ignore = getDeclCursorUSR(D, StrBuf);
1186 EntityInfo.USR = SA.copyCStr(StrBuf.str());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp45 SmallString<128> StrBuf; local
59 StrBuf += S->getString();
70 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1),
72 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii,

Completed in 152 milliseconds