Home | History | Annotate | Download | only in libclang

Lines Matching refs:StrBuf

1012     SmallString<256> StrBuf;
1014 llvm::raw_svector_ostream OS(StrBuf);
1017 EntityInfo.name = SA.copyCStr(StrBuf.str());
1021 SmallString<512> StrBuf;
1022 bool Ignore = getDeclCursorUSR(D, StrBuf);
1026 EntityInfo.USR = SA.copyCStr(StrBuf.str());