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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp187 SmallString<10> StrBuf; local
188 llvm::raw_svector_ostream OS(StrBuf);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp48 SmallString<128> StrBuf; local
62 StrBuf += S->getString();
70 S = StringLiteral::Create(Context, StrBuf,

Completed in 112 milliseconds