Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp1012 SmallString<256> StrBuf; in getEntityInfo() local
1014 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()
1017 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1021 SmallString<512> StrBuf; in getEntityInfo() local
1022 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()
1026 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
/external/clang/lib/Sema/
DSemaExprObjC.cpp48 SmallString<128> StrBuf; in ParseObjCStringLiteral() local
62 StrBuf += S->getString(); in ParseObjCStringLiteral()
70 S = StringLiteral::Create(Context, StrBuf, in ParseObjCStringLiteral()