Searched refs:parseOnly (Results 1 – 1 of 1) sorted by relevance
124 bool parseOnly ) in parseAndSaveValueTree() argument136 if ( !parseOnly ) in parseAndSaveValueTree()208 bool &parseOnly ) in parseCommandLine() argument210 parseOnly = false; in parseCommandLine()220 parseOnly = true; in parseCommandLine()244 bool parseOnly; in main() local245 int exitCode = parseCommandLine( argc, argv, features, path, parseOnly ); in main()261 if ( !parseOnly && basePath.empty() ) in main()272 exitCode = parseAndSaveValueTree( input, actualPath, "input", root, features, parseOnly ); in main()273 if ( exitCode == 0 && !parseOnly ) in main()[all …]