Lines Matching defs:context
233 static void CompileJob(public_lib::Context *context, varbinder::FunctionScope *scope, in CompileJob()
513 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState()
546 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext()
561 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState()
567 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage()
573 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()
650 extern "C" es2panda_SourcePosition *CreateSourcePosition(es2panda_Context *context, size_t index, s… in CreateSourcePosition()
656 extern "C" es2panda_SourceRange *CreateSourceRange(es2panda_Context *context, es2panda_SourcePositi… in CreateSourceRange()
665 extern "C" size_t SourcePositionIndex([[maybe_unused]] es2panda_Context *context, es2panda_SourcePo… in SourcePositionIndex()
670 extern "C" size_t SourcePositionLine([[maybe_unused]] es2panda_Context *context, es2panda_SourcePos… in SourcePositionLine()
675 extern "C" es2panda_SourcePosition *SourceRangeStart([[maybe_unused]] es2panda_Context *context, in SourceRangeStart()
683 extern "C" es2panda_SourcePosition *SourceRangeEnd([[maybe_unused]] es2panda_Context *context, in SourceRangeEnd()