Searched refs:sourceFileName (Results 1 – 3 of 3) sorted by relevance
42 std::string sourceFileName; member
434 res->sourceFileName = fileName; in CreateContext()437 … res->sourceFile = new SourceFile(res->sourceFileName, res->input, cfg->options->ParseModule()); in CreateContext()471 …rn "C" es2panda_Context *CreateContextFromFile(es2panda_Config *config, char const *sourceFileName) in CreateContextFromFile() argument474 inputStream.open(sourceFileName); in CreateContextFromFile()478 res->errorMessage.append(sourceFileName); in CreateContextFromFile()486 res->errorMessage.append(sourceFileName); in CreateContextFromFile()489 return CreateContext(config, ss.str(), sourceFileName); in CreateContextFromFile()
1469 const std::string &sourceFileName = debugExtractor->GetSourceFile(methodId); in TypeCheck() local1475 … LOG_COMPILER(ERROR) << "[TypeAssertion] [" << sourceFileName << ":" << functionName << "] begin:"; in TypeCheck()1530 const std::string &sourceFileName = debugExtractor->GetSourceFile(methodId); in PGOTypeCheck() local1536 …LOG_COMPILER(ERROR) << "[PGOTypeAssertion] [" << sourceFileName << ":" << functionName << "] begin… in PGOTypeCheck()