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

/external/clang/tools/libclang/
H A DIndexingContext.cpp1016 SmallString<256> StrBuf; local
1018 llvm::raw_svector_ostream OS(StrBuf);
1021 EntityInfo.name = SA.copyCStr(StrBuf.str());
1025 SmallString<512> StrBuf; local
1026 bool Ignore = getDeclCursorUSR(D, StrBuf);
1030 EntityInfo.USR = SA.copyCStr(StrBuf.str());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp48 SmallString<128> StrBuf; local
62 StrBuf += S->getString();
70 S = StringLiteral::Create(Context, StrBuf,

Completed in 417 milliseconds