List of all items
Structs
- CParser
- CSharpParser
- CppParser
- ExtractionResult
- GoParser
- JavascriptParser
- ParseResult
- PythonParser
- RustParser
- arena::Arena
- arena::NodeId
- c::ast::Program
- c::ast::expr::EnumConstant
- c::ast::expr::StructField
- c::ast::stmt::Block
- c::ast::stmt::CaseClause
- c::ast::stmt::FuncDecl
- c::ast::stmt::ParamDecl
- c::ast::stmt::VarDecl
- c::codegen::Codegen
- c::config::options::ParserOptions
- c::lexer::Lexer
- c::lexer::scanner::Scanner
- c::lexer::token::Comment
- c::lexer::token::Token
- c::parser::state::Parser
- c::semantic::scope::Scope
- c::semantic::scope::ScopeTree
- c::semantic::symbols::Symbol
- c::semantic::symbols::SymbolTable
- c::syntax::context::Context
- c::syntax::features::SyntaxFeatures
- compiler::CompilerCheckOptions
- compiler::CompilerCheckReport
- compiler::CompilerDiagnostic
- compiler::CompilerInvocation
- compiler::CompilerStageResult
- cpp::ast::Program
- cpp::ast::expr::LambdaCapture
- cpp::ast::expr::LambdaExpr
- cpp::ast::expr::ParamDecl
- cpp::ast::stmt::BaseSpec
- cpp::ast::stmt::Block
- cpp::ast::stmt::CaseClause
- cpp::ast::stmt::CatchClause
- cpp::ast::stmt::ClassDecl
- cpp::ast::stmt::EnumDecl
- cpp::ast::stmt::EnumValue
- cpp::ast::stmt::FuncDecl
- cpp::ast::stmt::StructDecl
- cpp::ast::stmt::StructMember
- cpp::ast::stmt::TemplateDecl
- cpp::ast::stmt::TypedefDecl
- cpp::ast::stmt::VarDecl
- cpp::codegen::Codegen
- cpp::config::options::ParserOptions
- cpp::lexer::Lexer
- cpp::lexer::scanner::Scanner
- cpp::lexer::token::Comment
- cpp::lexer::token::Token
- cpp::parser::state::Parser
- cpp::semantic::scope::Scope
- cpp::semantic::scope::ScopeTree
- cpp::semantic::symbols::Symbol
- cpp::semantic::symbols::SymbolTable
- cpp::syntax::context::Context
- cpp::syntax::features::SyntaxFeatures
- csharp::ast::Program
- csharp::ast::expr::LambdaExpr
- csharp::ast::expr::LambdaParam
- csharp::ast::expr::MemberInit
- csharp::ast::expr::SwitchArm
- csharp::ast::stmt::Block
- csharp::ast::stmt::CaseSection
- csharp::ast::stmt::CatchClause
- csharp::ast::stmt::ClassDecl
- csharp::ast::stmt::ConstructorDecl
- csharp::ast::stmt::ConversionDecl
- csharp::ast::stmt::DelegateDecl
- csharp::ast::stmt::DestructorDecl
- csharp::ast::stmt::EnumDecl
- csharp::ast::stmt::EnumMember
- csharp::ast::stmt::EventDecl
- csharp::ast::stmt::FieldDecl
- csharp::ast::stmt::FuncDecl
- csharp::ast::stmt::InterfaceDecl
- csharp::ast::stmt::OperatorDecl
- csharp::ast::stmt::ParamDecl
- csharp::ast::stmt::PropertyDecl
- csharp::ast::stmt::StructDecl
- csharp::ast::stmt::TypeParam
- csharp::ast::stmt::UsingDecl
- csharp::codegen::Codegen
- csharp::config::options::ParserOptions
- csharp::lexer::Lexer
- csharp::lexer::scanner::Scanner
- csharp::lexer::token::Comment
- csharp::lexer::token::Token
- csharp::parser::state::Parser
- csharp::semantic::scope::Scope
- csharp::semantic::scope::ScopeTree
- csharp::semantic::symbols::Symbol
- csharp::semantic::symbols::SymbolTable
- csharp::syntax::context::Context
- csharp::syntax::features::SyntaxFeatures
- diagnostics::error::ParseError
- diagnostics::reporter::Diagnostic
- diagnostics::reporter::DiagnosticReporter
- facts::CallBuilder
- facts::EmptyCalleeError
- facts::ImportBuilder
- facts::ImportSpecifier
- facts::ParsedCall
- facts::ParsedComment
- facts::ParsedImport
- facts::ParsedParam
- facts::ParsedSymbol
- facts::ParsedVariable
- facts::SymbolBuilder
- facts::UsageSite
- facts::VarBuilder
- go::ast::Program
- go::ast::expr::Block
- go::ast::expr::FieldInit
- go::ast::expr::FuncType
- go::ast::stmt::CaseClause
- go::ast::stmt::ConstDecl
- go::ast::stmt::FuncDecl
- go::ast::stmt::ImportDecl
- go::ast::stmt::TypeDecl
- go::ast::stmt::VarDecl
- go::codegen::Codegen
- go::config::options::ParserOptions
- go::lexer::Lexer
- go::lexer::scanner::Scanner
- go::lexer::token::Comment
- go::lexer::token::Token
- go::parser::state::Parser
- go::semantic::scope::Scope
- go::semantic::scope::ScopeTree
- go::semantic::symbols::Symbol
- go::semantic::symbols::SymbolTable
- go::syntax::context::Context
- go::syntax::features::SyntaxFeatures
- js::ast::decl::ClassDecl
- js::ast::decl::Decorator
- js::ast::decl::FnDecl
- js::ast::decl::TsEnumDecl
- js::ast::decl::TsEnumMember
- js::ast::decl::TsInterfaceBody
- js::ast::decl::TsInterfaceDecl
- js::ast::decl::TsModuleDecl
- js::ast::decl::TsTypeAliasDecl
- js::ast::decl::VarDecl
- js::ast::decl::VarDeclarator
- js::ast::expr::ArrayExpr
- js::ast::expr::ArrowExpr
- js::ast::expr::AssignmentExpr
- js::ast::expr::AwaitExpr
- js::ast::expr::BinaryExpr
- js::ast::expr::CallExpr
- js::ast::expr::ChainExpr
- js::ast::expr::ClassExpr
- js::ast::expr::ClassProp
- js::ast::expr::ConditionalExpr
- js::ast::expr::CtorDef
- js::ast::expr::FnExpr
- js::ast::expr::GetterProp
- js::ast::expr::Ident
- js::ast::expr::ImportExpr
- js::ast::expr::InvalidExpr
- js::ast::expr::JSXAttribute
- js::ast::expr::JSXClosing
- js::ast::expr::JSXElement
- js::ast::expr::JSXFragment
- js::ast::expr::JSXIdent
- js::ast::expr::JSXMember
- js::ast::expr::JSXNamespace
- js::ast::expr::JSXOpening
- js::ast::expr::KeyValueProp
- js::ast::expr::LogicalExpr
- js::ast::expr::MemberExpr
- js::ast::expr::MetaPropExpr
- js::ast::expr::MethodDef
- js::ast::expr::MethodProp
- js::ast::expr::NewExpr
- js::ast::expr::ObjectExpr
- js::ast::expr::OptionalCallExpr
- js::ast::expr::OptionalMemberExpr
- js::ast::expr::ParenthesizedExpr
- js::ast::expr::PipelineExpr
- js::ast::expr::PrivateNameExpr
- js::ast::expr::RecordExpr
- js::ast::expr::SequenceExpr
- js::ast::expr::SetterProp
- js::ast::expr::SpreadExpr
- js::ast::expr::StaticBlock
- js::ast::expr::SuperExpr
- js::ast::expr::TSAsExpr
- js::ast::expr::TSInstantiationExpr
- js::ast::expr::TSNonNullExpr
- js::ast::expr::TSSatisfiesExpr
- js::ast::expr::TSTypeAssertionExpr
- js::ast::expr::TaggedTemplateExpr
- js::ast::expr::ThisExpr
- js::ast::expr::TsIndexSig
- js::ast::expr::TupleExpr
- js::ast::expr::UnaryExpr
- js::ast::expr::UnaryOpExpr
- js::ast::expr::UpdateExpr
- js::ast::expr::YieldExpr
- js::ast::literal::BigIntLit
- js::ast::literal::BoolLit
- js::ast::literal::NullLit
- js::ast::literal::NumLit
- js::ast::literal::RegExpLit
- js::ast::literal::StrLit
- js::ast::literal::TemplateElement
- js::ast::literal::TemplateLit
- js::ast::module::ExportAll
- js::ast::module::ExportDefault
- js::ast::module::ExportNamed
- js::ast::module::ExportSpecifier
- js::ast::module::ImportAttribute
- js::ast::module::ImportDecl
- js::ast::module::ImportDefault
- js::ast::module::ImportNamed
- js::ast::module::ImportNamespace
- js::ast::module::Module
- js::ast::pattern::ArrayPat
- js::ast::pattern::AssignPat
- js::ast::pattern::BindingIdent
- js::ast::pattern::InvalidPat
- js::ast::pattern::KeyValuePatProp
- js::ast::pattern::ObjectPat
- js::ast::pattern::RestPat
- js::ast::program::Script
- js::ast::stmt::BlockStmt
- js::ast::stmt::BreakStmt
- js::ast::stmt::CatchClause
- js::ast::stmt::ContinueStmt
- js::ast::stmt::DebuggerStmt
- js::ast::stmt::DoWhileStmt
- js::ast::stmt::EmptyStmt
- js::ast::stmt::ExprStmt
- js::ast::stmt::ForInStmt
- js::ast::stmt::ForOfStmt
- js::ast::stmt::ForStmt
- js::ast::stmt::IfStmt
- js::ast::stmt::LabelledStmt
- js::ast::stmt::ReturnStmt
- js::ast::stmt::SwitchCase
- js::ast::stmt::SwitchStmt
- js::ast::stmt::ThrowStmt
- js::ast::stmt::TryStmt
- js::ast::stmt::WhileStmt
- js::ast::stmt::WithStmt
- js::codegen::printer::Printer
- js::codegen::sourcemap::Mapping
- js::codegen::sourcemap::SourceMap
- js::config::options::ParserOptions
- js::config::plugins::ParserPlugins
- js::lexer::Lexer
- js::lexer::scanner::Scanner
- js::lexer::token::Comment
- js::lexer::token::Token
- js::parser::state::Parser
- js::semantic::resolver::Resolver
- js::semantic::scope::Scope
- js::semantic::scope::ScopeTree
- js::semantic::symbols::Symbol
- js::semantic::symbols::SymbolTable
- js::syntax::context::Context
- js::syntax::features::SyntaxFeatures
- js::syntax::precedence::Precedence
- js::transform::pipeline::TransformPipeline
- js::transform::plugins::jsx::JsxTransform
- js::transform::plugins::module_rewrite::ModuleRewriteTransform
- js::transform::plugins::typescript::TypeScriptTransform
- python::ast::Program
- python::ast::decl::Arg
- python::ast::decl::ClassDef
- python::ast::decl::FuncDef
- python::ast::expr::Comprehension
- python::ast::expr::Keyword
- python::ast::pattern::MatchCase
- python::ast::stmt::Alias
- python::ast::stmt::ExceptHandler
- python::ast::stmt::WithItem
- python::codegen::Codegen
- python::config::options::ParserOptions
- python::lexer::Lexer
- python::lexer::scanner::Scanner
- python::lexer::token::Comment
- python::lexer::token::Token
- python::parser::state::Parser
- python::semantic::scope::Scope
- python::semantic::scope::ScopeTree
- python::semantic::symbols::Symbol
- python::semantic::symbols::SymbolTable
- python::syntax::context::Context
- python::syntax::features::SyntaxFeatures
- rust::ast::Program
- rust::ast::expr::FieldInit
- rust::ast::expr::FieldPattern
- rust::ast::expr::MatchArm
- rust::ast::stmt::Block
- rust::ast::stmt::ConstItem
- rust::ast::stmt::EnumDecl
- rust::ast::stmt::EnumVariant
- rust::ast::stmt::FnDecl
- rust::ast::stmt::FnParam
- rust::ast::stmt::GenericParam
- rust::ast::stmt::ImplBlock
- rust::ast::stmt::LetDecl
- rust::ast::stmt::MacroInvocation
- rust::ast::stmt::ModDecl
- rust::ast::stmt::StaticDecl
- rust::ast::stmt::StructDecl
- rust::ast::stmt::StructField
- rust::ast::stmt::TraitDecl
- rust::ast::stmt::TypeAlias
- rust::ast::stmt::UseDecl
- rust::codegen::Codegen
- rust::config::options::ParserOptions
- rust::lexer::Lexer
- rust::lexer::scanner::Scanner
- rust::lexer::token::Comment
- rust::lexer::token::Token
- rust::parser::state::Parser
- rust::semantic::scope::Scope
- rust::semantic::scope::ScopeTree
- rust::semantic::symbols::Symbol
- rust::semantic::symbols::SymbolTable
- rust::syntax::context::Context
- rust::syntax::features::SyntaxFeatures
- span::Pos
- span::Span
Enums
- ExtractionError
- Language
- ParseStatus
- Program
- c::ast::expr::BinaryOp
- c::ast::expr::DeclSpec
- c::ast::expr::Expr
- c::ast::expr::UnaryOp
- c::ast::stmt::PreprocDirective
- c::ast::stmt::Stmt
- c::codegen::GenerationError
- c::config::options::CStandard
- c::lexer::token::CommentKind
- c::lexer::token::TokenKind
- c::semantic::bindings::BindingKind
- c::semantic::scope::ScopeKind
- compiler::CheckStageKind
- compiler::CheckStatus
- compiler::DiagnosticSeverity
- cpp::ast::expr::BinaryOp
- cpp::ast::expr::Expr
- cpp::ast::expr::UnaryOp
- cpp::ast::stmt::AccessSpec
- cpp::ast::stmt::ClassMember
- cpp::ast::stmt::Decl
- cpp::ast::stmt::Stmt
- cpp::ast::stmt::TemplateParam
- cpp::codegen::GenerationError
- cpp::config::options::CppStandard
- cpp::lexer::token::CommentKind
- cpp::lexer::token::TokenKind
- cpp::semantic::bindings::BindingKind
- cpp::semantic::scope::ScopeKind
- csharp::ast::expr::BinaryOp
- csharp::ast::expr::Expr
- csharp::ast::expr::InterpolatedPart
- csharp::ast::expr::LambdaBody
- csharp::ast::expr::UnaryOp
- csharp::ast::stmt::CaseLabel
- csharp::ast::stmt::ConstructorInit
- csharp::ast::stmt::Decl
- csharp::ast::stmt::Stmt
- csharp::ast::stmt::TypeConstraint
- csharp::ast::stmt::Visibility
- csharp::codegen::GenerationError
- csharp::config::options::CSharpVersion
- csharp::lexer::token::CommentKind
- csharp::lexer::token::TokenKind
- csharp::semantic::bindings::BindingKind
- csharp::semantic::scope::ScopeKind
- diagnostics::Severity
- diagnostics::codes::DiagnosticCode
- facts::CallKind
- facts::CommentKind
- facts::ImportKind
- facts::ImportSpecifierKind
- facts::StorageClass
- facts::SymbolKind
- facts::TypeKind
- facts::UsageKind
- facts::VarKind
- facts::Visibility
- go::ast::expr::BinaryOp
- go::ast::expr::Expr
- go::ast::expr::UnaryOp
- go::ast::stmt::Decl
- go::ast::stmt::Stmt
- go::codegen::GenerationError
- go::config::options::GoVersion
- go::lexer::token::CommentKind
- go::lexer::token::TokenKind
- go::semantic::bindings::BindingKind
- go::semantic::scope::ScopeKind
- js::ast::decl::Decl
- js::ast::decl::VarKind
- js::ast::expr::ArrowBody
- js::ast::expr::AssignOp
- js::ast::expr::BinaryOp
- js::ast::expr::ClassMember
- js::ast::expr::Expr
- js::ast::expr::JSXAttr
- js::ast::expr::JSXAttrVal
- js::ast::expr::JSXChild
- js::ast::expr::JSXName
- js::ast::expr::LogicalOp
- js::ast::expr::MethodKind
- js::ast::expr::ObjProp
- js::ast::expr::PropName
- js::ast::expr::TypeAnn
- js::ast::expr::UnaryOp
- js::ast::expr::UpdateOp
- js::ast::literal::Lit
- js::ast::module::ExportDecl
- js::ast::module::ImportAttributeKey
- js::ast::module::ImportSpecifier
- js::ast::module::ModuleItem
- js::ast::pattern::ObjectPatProp
- js::ast::pattern::Pat
- js::ast::program::Program
- js::ast::stmt::ForInit
- js::ast::stmt::Stmt
- js::codegen::printer::GenerationError
- js::config::options::EcmaVersion
- js::config::options::SourceType
- js::lexer::token::TokenKind
- js::parser::state::Context
- js::semantic::bindings::BindingKind
- js::semantic::scope::ScopeKind
- js::syntax::precedence::Fixity
- python::ast::expr::BinaryOp
- python::ast::expr::CmpOp
- python::ast::expr::Expr
- python::ast::expr::FStringPart
- python::ast::expr::UnaryOp
- python::ast::literal::Literal
- python::ast::pattern::Pattern
- python::ast::stmt::Stmt
- python::codegen::GenerationError
- python::config::options::PythonVersion
- python::lexer::token::CommentKind
- python::lexer::token::TokenKind
- python::semantic::bindings::BindingKind
- python::semantic::scope::ScopeKind
- rust::ast::expr::BinaryOp
- rust::ast::expr::Expr
- rust::ast::expr::Pattern
- rust::ast::expr::UnaryOp
- rust::ast::stmt::Item
- rust::ast::stmt::Stmt
- rust::ast::stmt::UsePath
- rust::ast::stmt::Visibility
- rust::codegen::GenerationError
- rust::config::options::Edition
- rust::lexer::token::CommentKind
- rust::lexer::token::TokenKind
- rust::semantic::bindings::BindingKind
- rust::semantic::scope::ScopeKind
Traits
- LanguageParser
- c::transform::pass::Pass
- c::visit::fold::Fold
- c::visit::visitor::Visitor
- cpp::transform::pass::Pass
- cpp::visit::fold::Fold
- cpp::visit::visitor::Visitor
- csharp::transform::pass::Pass
- csharp::visit::fold::Fold
- csharp::visit::visitor::Visitor
- go::transform::pass::Pass
- go::visit::fold::Fold
- go::visit::visitor::Visitor
- js::ast::node::AstNode
- js::parser::declarations::PatSpan
- js::parser::expressions::HasSpan
- js::transform::pass::TransformPass
- js::visit::fold::Fold
- js::visit::visitor::Visitor
- python::transform::pass::Pass
- python::visit::fold::Fold
- python::visit::visitor::Visitor
- rust::transform::pass::Pass
- rust::visit::fold::Fold
- rust::visit::visitor::Visitor
Functions
- c::facts::extract_calls
- c::facts::extract_facts
- c::facts::extract_imports
- c::facts::extract_symbols
- c::facts::extract_variables
- c::lexer::keywords::keyword_map
- c::parser::parse_program
- c::parser::parse_script
- c::parser::recovery::is_eof
- c::parser::recovery::recover_from_error
- c::parser::recovery::skip_to_stmt_boundary
- c::visit::fold::fold_expr
- c::visit::fold::fold_stmt
- c::visit::walk::walk_block
- c::visit::walk::walk_expr
- c::visit::walk::walk_program
- c::visit::walk::walk_stmt
- compiler::check_with_compiler
- compiler::plan_compiler_check
- cpp::facts::extract_calls
- cpp::facts::extract_facts
- cpp::facts::extract_imports
- cpp::facts::extract_symbols
- cpp::facts::extract_variables
- cpp::lexer::keywords::keyword_map
- cpp::parser::parse_program
- cpp::parser::parse_script
- cpp::parser::recovery::is_eof
- cpp::parser::recovery::recover_from_error
- cpp::parser::recovery::skip_to_stmt_boundary
- cpp::visit::fold::fold_decl
- cpp::visit::fold::fold_expr
- cpp::visit::fold::fold_stmt
- cpp::visit::walk::walk_block
- cpp::visit::walk::walk_decl
- cpp::visit::walk::walk_expr
- cpp::visit::walk::walk_program
- cpp::visit::walk::walk_stmt
- csharp::facts::extract_calls
- csharp::facts::extract_facts
- csharp::facts::extract_imports
- csharp::facts::extract_symbols
- csharp::facts::extract_variables
- csharp::lexer::keywords::keyword_map
- csharp::parser::parse_program
- csharp::parser::parse_script
- csharp::parser::recovery::is_eof
- csharp::parser::recovery::recover_from_error
- csharp::parser::recovery::skip_to_stmt_boundary
- csharp::visit::fold::fold_decl
- csharp::visit::fold::fold_expr
- csharp::visit::fold::fold_stmt
- csharp::visit::walk::walk_block
- csharp::visit::walk::walk_decl
- csharp::visit::walk::walk_expr
- csharp::visit::walk::walk_program
- csharp::visit::walk::walk_stmt
- detect_language
- go::facts::extract_calls
- go::facts::extract_facts
- go::facts::extract_imports
- go::facts::extract_symbols
- go::facts::extract_variables
- go::lexer::keywords::keyword_map
- go::parser::parse_program
- go::parser::parse_script
- go::parser::recovery::is_eof
- go::parser::recovery::recover_from_error
- go::parser::recovery::skip_to_stmt_boundary
- go::visit::fold::fold_decl
- go::visit::fold::fold_expr
- go::visit::fold::fold_stmt
- go::visit::walk::walk_block
- go::visit::walk::walk_decl
- go::visit::walk::walk_expr
- go::visit::walk::walk_program
- go::visit::walk::walk_stmt
- js::codegen::minify::minify
- js::codegen::minify::minify_ast
- js::facts::extract_calls
- js::facts::extract_facts
- js::facts::extract_imports
- js::facts::extract_symbols
- js::facts::extract_variables
- js::lexer::comments::scan_hashbang
- js::lexer::comments::scan_multi_line_comment
- js::lexer::comments::scan_single_line_comment
- js::lexer::keywords::is_keyword
- js::lexer::keywords::keyword_to_token
- js::lexer::numbers::scan_number
- js::lexer::regex::scan_regex
- js::lexer::strings::scan_string
- js::lexer::strings::scan_template
- js::parser::declarations::parse_async_fn_decl
- js::parser::declarations::parse_class_decl
- js::parser::declarations::parse_class_decl_with_decorators
- js::parser::declarations::parse_class_expr
- js::parser::declarations::parse_decl
- js::parser::declarations::parse_fn_body
- js::parser::declarations::parse_fn_decl
- js::parser::declarations::parse_fn_decl_with_decorators
- js::parser::declarations::parse_fn_expr
- js::parser::declarations::parse_using_stmt
- js::parser::declarations::parse_var_stmt
- js::parser::expressions::parse_assign_expr
- js::parser::expressions::parse_cond_expr
- js::parser::expressions::parse_expr
- js::parser::jsx::parse_jsx_element
- js::parser::jsx::parse_jsx_fragment
- js::parser::modules::parse_export
- js::parser::modules::parse_import
- js::parser::parse_module
- js::parser::parse_program
- js::parser::parse_program_with_comments
- js::parser::parse_script
- js::parser::patterns::convert_expr_to_pat
- js::parser::patterns::parse_array_pat
- js::parser::patterns::parse_assign_pat
- js::parser::patterns::parse_assignment_pat
- js::parser::patterns::parse_binding_ident
- js::parser::patterns::parse_binding_pat
- js::parser::patterns::parse_ident
- js::parser::patterns::parse_object_pat
- js::parser::patterns::parse_pat
- js::parser::patterns::parse_prop_name
- js::parser::patterns::parse_rest_pat
- js::parser::recovery::expect_semicolon
- js::parser::recovery::recover_from_error
- js::parser::recovery::skip_to_stmt_boundary
- js::parser::statements::parse_block
- js::parser::statements::parse_stmt
- js::parser::typescript::maybe_parse_ts_type_ann
- js::parser::typescript::maybe_parse_ts_type_params
- js::parser::typescript::parse_ts_as_expr
- js::parser::typescript::parse_ts_enum
- js::parser::typescript::parse_ts_index_sig
- js::parser::typescript::parse_ts_interface
- js::parser::typescript::parse_ts_module
- js::parser::typescript::parse_ts_satisfies_expr
- js::parser::typescript::parse_ts_type
- js::parser::typescript::parse_ts_type_alias
- js::parser::typescript::try_parse_ts_type_args
- js::syntax::precedence::infix_bp
- js::syntax::precedence::prefix_bp
- js::visit::fold::fold_decl
- js::visit::fold::fold_expr
- js::visit::fold::fold_pat
- js::visit::fold::fold_stmt
- js::visit::walk::walk_array_expr
- js::visit::walk::walk_arrow_expr
- js::visit::walk::walk_assign_expr
- js::visit::walk::walk_await_expr
- js::visit::walk::walk_binary_expr
- js::visit::walk::walk_block_stmt
- js::visit::walk::walk_call_expr
- js::visit::walk::walk_class_decl
- js::visit::walk::walk_class_expr
- js::visit::walk::walk_cond_expr
- js::visit::walk::walk_decl
- js::visit::walk::walk_do_while_stmt
- js::visit::walk::walk_export_decl
- js::visit::walk::walk_expr
- js::visit::walk::walk_fn_decl
- js::visit::walk::walk_fn_expr
- js::visit::walk::walk_for_in_stmt
- js::visit::walk::walk_for_of_stmt
- js::visit::walk::walk_for_stmt
- js::visit::walk::walk_if_stmt
- js::visit::walk::walk_labelled_stmt
- js::visit::walk::walk_member_expr
- js::visit::walk::walk_module
- js::visit::walk::walk_module_item
- js::visit::walk::walk_new_expr
- js::visit::walk::walk_object_expr
- js::visit::walk::walk_pat
- js::visit::walk::walk_program
- js::visit::walk::walk_return_stmt
- js::visit::walk::walk_script
- js::visit::walk::walk_stmt
- js::visit::walk::walk_switch_stmt
- js::visit::walk::walk_throw_stmt
- js::visit::walk::walk_try_stmt
- js::visit::walk::walk_unary_expr
- js::visit::walk::walk_update_expr
- js::visit::walk::walk_var_decl
- js::visit::walk::walk_while_stmt
- js::visit::walk::walk_with_stmt
- js::visit::walk::walk_yield_expr
- parser_for
- parser_for_ext
- parser_for_language
- parser_for_language_ext
- python::facts::extract_calls
- python::facts::extract_facts
- python::facts::extract_imports
- python::facts::extract_symbols
- python::facts::extract_variables
- python::lexer::comments::skip_comment
- python::lexer::keywords::keyword_map
- python::lexer::numbers::scan_number
- python::lexer::strings::scan_fstring_interior
- python::lexer::strings::scan_string
- python::parser::parse_program
- python::parser::parse_script
- python::parser::recovery::is_eof
- python::parser::recovery::recover_from_error
- python::parser::recovery::skip_to_stmt_boundary
- python::transform::pass::apply_pass
- python::visit::fold::fold_expr
- python::visit::fold::fold_pattern
- python::visit::fold::fold_stmt
- python::visit::walk::walk_class_def
- python::visit::walk::walk_expr
- python::visit::walk::walk_func_def
- python::visit::walk::walk_pattern
- python::visit::walk::walk_program
- python::visit::walk::walk_stmt
- registry
- rust::facts::extract_calls
- rust::facts::extract_facts
- rust::facts::extract_imports
- rust::facts::extract_symbols
- rust::facts::extract_variables
- rust::lexer::keywords::keyword_map
- rust::parser::parse_program
- rust::parser::parse_script
- rust::parser::recovery::is_eof
- rust::parser::recovery::recover_from_error
- rust::parser::recovery::skip_to_stmt_boundary
- rust::visit::fold::fold_expr
- rust::visit::fold::fold_item
- rust::visit::fold::fold_pattern
- rust::visit::fold::fold_stmt
- rust::visit::walk::walk_block
- rust::visit::walk::walk_expr
- rust::visit::walk::walk_item
- rust::visit::walk::walk_pattern
- rust::visit::walk::walk_program
- rust::visit::walk::walk_stmt