Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp4412 std::string globalBuf = "static "; in SynthesizeBlockLiterals() local
4413 globalBuf += Tag; globalBuf += " "; in SynthesizeBlockLiterals()
4419 globalBuf += constructorExprBuf.str(); in SynthesizeBlockLiterals()
4420 globalBuf += ";\n"; in SynthesizeBlockLiterals()
4421 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()