Lines Matching refs:codeBlockAppend
384 void IncludeParser::codeBlockAppend(string& result, string s) const { in codeBlockAppend() function in IncludeParser
386 this->codeBlockAppend(result, c); in codeBlockAppend()
390 void IncludeParser::codeBlockAppend(string& result, char ch) const { in codeBlockAppend() function in IncludeParser
490 this->codeBlockAppend(result, "};\n\n"); in writeCodeBlock()
519 this->codeBlockAppend(result, ';'); in writeCodeBlock()
523 this->codeBlockAppend(result, '\n'); in writeCodeBlock()
530 this->codeBlockAppend(result, '\n'); in writeCodeBlock()
554 this->codeBlockAppend(result, last); in writeCodeBlock()
572 this->codeBlockAppend(result, ';'); in writeCodeBlock()
581 this->codeBlockAppend(result, '\n'); in writeCodeBlock()
584 this->codeBlockAppend(result, '}'); in writeCodeBlock()
588 this->codeBlockAppend(result, ";\n"); in writeCodeBlock()
590 this->codeBlockAppend(result, '\n'); in writeCodeBlock()