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

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp200 SmallString<10> StrBuf; local
201 llvm::raw_svector_ostream OS(StrBuf);
/external/clang/tools/libclang/
H A DIndexingContext.cpp1102 SmallString<256> StrBuf; local
1104 llvm::raw_svector_ostream OS(StrBuf);
1107 EntityInfo.name = SA.copyCStr(StrBuf.str());
1111 SmallString<512> StrBuf; local
1112 bool Ignore = getDeclCursorUSR(D, StrBuf);
1116 EntityInfo.USR = SA.copyCStr(StrBuf.str());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp48 SmallString<128> StrBuf; local
62 StrBuf += S->getString();
73 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1),
75 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii,

Completed in 82 milliseconds