Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp272 std::string SStr; in ReplaceStmtWithRange() local
273 llvm::raw_string_ostream S(SStr); in ReplaceStmtWithRange()
277 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, SStr)) { in ReplaceStmtWithRange()
4395 std::string SStr; in SynthesizeBlockLiterals() local
4397 llvm::raw_string_ostream constructorExprBuf(SStr); in SynthesizeBlockLiterals()
4400 globalBuf += SStr; in SynthesizeBlockLiterals()
5618 std::string SStr; in RewriteFunctionBodyOrGlobalInitializer()
5619 llvm::raw_string_ostream Buf(SStr); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteObjC.cpp4733 std::string SStr; in RewriteFunctionBodyOrGlobalInitializer()
4734 llvm::raw_string_ostream Buf(SStr); in RewriteFunctionBodyOrGlobalInitializer()