Lines Matching defs:compileContextInfoPath
249 std::cerr << "The input file '" << compilerOptions_.compileContextInfoPath
285 void Options::ParseCompileContextInfo(const std::string compileContextInfoPath)
289 if (!util::Helpers::ReadFileToBuffer(compileContextInfoPath, ss)) {
295 std::cerr << "The input file '" << compileContextInfoPath <<"' is incomplete format of json" << std::endl;
301 std::cerr << "The input json file '" << compileContextInfoPath << "' content format is incorrect" << std::endl;
305 std::cerr << "The input json file '" << compileContextInfoPath << "' content type is incorrect" << std::endl;
436 panda::PandArg<std::string> compileContextInfoPath("compile-context-info", "", "The path to compile context"\
507 argparser_->Add(&compileContextInfoPath);
703 compilerOptions_.compileContextInfoPath = compileContextInfoPath.GetValue();
704 if (!compileContextInfoPath.GetValue().empty()) {
705 ParseCompileContextInfo(compileContextInfoPath.GetValue());