Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp273 std::string SStr; in ReplaceStmtWithRange() local
274 llvm::raw_string_ostream S(SStr); in ReplaceStmtWithRange()
278 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, SStr)) { in ReplaceStmtWithRange()
4411 std::string SStr; in SynthesizeBlockLiterals() local
4413 llvm::raw_string_ostream constructorExprBuf(SStr); in SynthesizeBlockLiterals()
4416 globalBuf += SStr; in SynthesizeBlockLiterals()
5652 std::string SStr; in RewriteFunctionBodyOrGlobalInitializer()
5653 llvm::raw_string_ostream Buf(SStr); in RewriteFunctionBodyOrGlobalInitializer()