Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp4419 std::string globalBuf = "static "; in SynthesizeBlockLiterals() local
4420 globalBuf += Tag; globalBuf += " "; in SynthesizeBlockLiterals()
4426 globalBuf += constructorExprBuf.str(); in SynthesizeBlockLiterals()
4427 globalBuf += ";\n"; in SynthesizeBlockLiterals()
4428 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()