Lines Matching defs:context
281 extern "C" __attribute__((unused)) char const *GetAllErrorMessages(es2panda_Context *context) in GetAllErrorMessages()
304 static void CompileJob(public_lib::Context *context, varbinder::FunctionScope *scope, in CompileJob()
481 public_lib::Context *context = reinterpret_cast<public_lib::Context *>(ctx); in SetProgramGenAbc() local
607 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState()
640 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext()
656 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState()
662 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage()
668 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()
753 extern "C" const char *NumberLiteralStrConst(es2panda_Context *context, es2panda_AstNode *classInst… in NumberLiteralStrConst()
759 extern "C" void *AllocMemory(es2panda_Context *context, size_t numberOfElements, size_t sizeOfEleme… in AllocMemory()
766 extern "C" es2panda_SourcePosition *CreateSourcePosition(es2panda_Context *context, size_t index, s… in CreateSourcePosition()
773 extern "C" es2panda_SourceRange *CreateSourceRange(es2panda_Context *context, es2panda_SourcePositi… in CreateSourceRange()
782 extern "C" const es2panda_DiagnosticKind *CreateDiagnosticKind(es2panda_Context *context, const cha… in CreateDiagnosticKind()
797 extern "C" es2panda_DiagnosticInfo *CreateDiagnosticInfo(es2panda_Context *context, const es2panda_… in CreateDiagnosticInfo()
808 extern "C" es2panda_SuggestionInfo *CreateSuggestionInfo(es2panda_Context *context, const es2panda_… in CreateSuggestionInfo()
820 extern "C" void LogDiagnosticWithSuggestion(es2panda_Context *context, const es2panda_DiagnosticInf… in LogDiagnosticWithSuggestion()
845 extern "C" void LogDiagnostic(es2panda_Context *context, const es2panda_DiagnosticKind *ekind, cons… in LogDiagnostic()
858 const es2panda_DiagnosticStorage *GetDiagnostics(es2panda_Context *context, size_t etype) in GetDiagnostics()
865 extern "C" const es2panda_DiagnosticStorage *GetSemanticErrors(es2panda_Context *context) in GetSemanticErrors()
870 extern "C" const es2panda_DiagnosticStorage *GetSyntaxErrors(es2panda_Context *context) in GetSyntaxErrors()
875 extern "C" const es2panda_DiagnosticStorage *GetPluginErrors(es2panda_Context *context) in GetPluginErrors()
880 extern "C" const es2panda_DiagnosticStorage *GetPluginWarnings(es2panda_Context *context) in GetPluginWarnings()
885 extern "C" const es2panda_DiagnosticStorage *GetWarnings(es2panda_Context *context) in GetWarnings()
890 extern "C" bool IsAnyError(es2panda_Context *context) in IsAnyError()
895 extern "C" size_t SourcePositionIndex([[maybe_unused]] es2panda_Context *context, es2panda_SourcePo… in SourcePositionIndex()
900 extern "C" size_t SourcePositionLine([[maybe_unused]] es2panda_Context *context, es2panda_SourcePos… in SourcePositionLine()
905 extern "C" es2panda_SourcePosition *SourceRangeStart([[maybe_unused]] es2panda_Context *context, in SourceRangeStart()
913 extern "C" es2panda_SourcePosition *SourceRangeEnd([[maybe_unused]] es2panda_Context *context, in SourceRangeEnd()
930 auto context = reinterpret_cast<Context *>(ctx); in AstNodeRebind() local
945 auto context = reinterpret_cast<Context *>(ctx); in AstNodeRecheck() local
1136 extern "C" void InsertETSImportDeclarationAndParse(es2panda_Context *context, es2panda_Program *pro… in InsertETSImportDeclarationAndParse()