Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp233 SmallString<10> StrBuf; in getOptionAsInteger() local
234 llvm::raw_svector_ostream OS(StrBuf); in getOptionAsInteger()
/external/clang/tools/libclang/
DIndexingContext.cpp1102 SmallString<256> StrBuf; in getEntityInfo() local
1104 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()
1107 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1111 SmallString<512> StrBuf; in getEntityInfo() local
1112 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()
1116 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()
73 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), in ParseObjCStringLiteral()
75 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral()