Searched refs:globalBuf (Results 1 – 1 of 1) sorted by relevance
4412 std::string globalBuf = "static "; in SynthesizeBlockLiterals() local4413 globalBuf += Tag; globalBuf += " "; in SynthesizeBlockLiterals()4419 globalBuf += constructorExprBuf.str(); in SynthesizeBlockLiterals()4420 globalBuf += ";\n"; in SynthesizeBlockLiterals()4421 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()