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