Searched refs:functionDeclarations (Results 1 – 1 of 1) sorted by relevance
6315 std::string functionDeclarations; in generateRAIIHandleCommandDeclarations() local6345 functionDeclarations += "\n //=== " + feature.first + " ===\n"; in generateRAIIHandleCommandDeclarations()6348 … functionDeclarations += generateRAIIHandleCommand( command, handle.first.empty() ? 0 : 1, false ); in generateRAIIHandleCommandDeclarations()6353 functionDeclarations += generateRAIIHandleCommand( command, 2, false ); in generateRAIIHandleCommandDeclarations()6387 functionDeclarations += "\n" + enter + " //=== " + extIt.second->first + " ===\n"; in generateRAIIHandleCommandDeclarations()6390 … functionDeclarations += generateRAIIHandleCommand( command, handle.first.empty() ? 0 : 1, false ); in generateRAIIHandleCommandDeclarations()6395 functionDeclarations += generateRAIIHandleCommand( command, 2, false ); in generateRAIIHandleCommandDeclarations()6397 functionDeclarations += leave; in generateRAIIHandleCommandDeclarations()6400 return functionDeclarations; in generateRAIIHandleCommandDeclarations()