Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/rust/crates/syn/src/gen/
Dvisit.rs779 pub fn visit_abi<'ast, V>(v: &mut V, node: &'ast Abi) in visit_abi()
789 pub fn visit_angle_bracketed_generic_arguments<'ast, V>( in visit_angle_bracketed_generic_arguments()
810 pub fn visit_arm<'ast, V>(v: &mut V, node: &'ast Arm) in visit_arm()
829 pub fn visit_attr_style<'ast, V>(v: &mut V, node: &'ast AttrStyle) in visit_attr_style()
841 pub fn visit_attribute<'ast, V>(v: &mut V, node: &'ast Attribute) in visit_attribute()
852 pub fn visit_bare_fn_arg<'ast, V>(v: &mut V, node: &'ast BareFnArg) in visit_bare_fn_arg()
866 pub fn visit_bin_op<'ast, V>(v: &mut V, node: &'ast BinOp) in visit_bin_op()
958 pub fn visit_binding<'ast, V>(v: &mut V, node: &'ast Binding) in visit_binding()
967 pub fn visit_block<'ast, V>(v: &mut V, node: &'ast Block) in visit_block()
977 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes()
[all …]
/third_party/typescript/tests/baselines/reference/
DparserRealSource8.js531 function preAssignModuleScopes(ast, context) { argument
557 function preAssignClassScopes(ast, context) { argument
586 function preAssignInterfaceScopes(ast, context) { argument
603 function preAssignWithScopes(ast, context) { argument
620 function preAssignFuncDeclScopes(ast, context) { argument
790 function preAssignCatchScopes(ast, context) { argument
800 function preAssignScopes(ast, parent, walker) { argument
834 function postAssignScopes(ast, parent, walker) { argument
DparserRealSource7.js870 function addPrototypeField(classType, ast, context) { argument
958 function preCollectImportTypes(ast, parent, context) { argument
985 function preCollectModuleTypes(ast, parent, context) { argument
1065 function preCollectClassTypes(ast, parent, context) { argument
1167 function preCollectInterfaceTypes(ast, parent, context) { argument
1210 function preCollectArgDeclTypes(ast, parent, context) { argument
1228 function preCollectVarDeclTypes(ast, parent, context) { argument
1289 function preCollectFuncDeclTypes(ast, parent, context) { argument
1455 function preCollectTypes(ast, parent, walker) { argument
1505 function postCollectTypes(ast, parent, walker) { argument
DparserRealSource5.js116 function prePrintAST(ast, parent, walker) { argument
123 function postPrintAST(ast, parent, walker) { argument
DparserRealSource14.js146 var ast = lastOf(this.asts); variable
622 AstPath.prototype.push = function (ast) { argument
644 AstPath.prototype.ast = function () { method in AstPath
945 function isValidAstNode(ast) { argument
1062 function walkAST(ast, callback) { argument
/third_party/node/tools/inspector_protocol/jinja2/
Dmeta.py36 def find_undeclared_variables(ast): argument
60 def find_referenced_templates(ast): argument
/third_party/skia/third_party/externals/jinja2/
Dmeta.py29 def find_undeclared_variables(ast): argument
53 def find_referenced_templates(ast): argument
/third_party/ffmpeg/libavformat/
Dastenc.c49 ASTMuxContext *ast = s->priv_data; in ast_write_header() local
110 ASTMuxContext *ast = s->priv_data; in ast_write_packet() local
133 ASTMuxContext *ast = s->priv_data; in ast_write_trailer() local
Davidec.c133 static inline int get_duration(AVIStream *ast, int len) in get_duration()
181 AVIStream *ast; in read_odml_index() local
283 AVIStream *ast = st->priv_data; in clean_index() local
487 AVIStream *ast = NULL; in avi_read_header() local
1094 AVIStream *ast = st->priv_data; in read_gab2_sub() local
1168 AVIStream *ast, *next_ast = next_st->priv_data; in get_subtitle_pkt() local
1278 AVIStream *ast; in avi_sync() local
1377 AVIStream *ast = st->priv_data; in ni_prepare_read() local
1458 AVIStream *ast = st->priv_data; in avi_read_packet() local
1589 AVIStream *ast; in avi_read_idx1() local
[all …]
Djvdec.c76 AVStream *vst, *ast; in read_header() local
170 AVStream *ast = s->streams[0]; in read_packet() local
230 AVStream *ast = s->streams[0]; in read_seek() local
/third_party/rust/crates/syn/src/
Dgen_helper.rs79 pub fn tokens_helper<'ast, V: Visit<'ast> + ?Sized, S: Spans>(visitor: &mut V, spans: &S) { in tokens_helper()
84 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V); in visit()
88 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit()
94 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit()
100 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit()
107 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit()
/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs16 ast: ast::parse::ParserBuilder, field
176 ast: ast::parse::Parser, field
196 let ast = self.ast.parse(pattern)?; in parse() localVariable
/third_party/skia/third_party/externals/tint/src/ast/
Ddecoration.cc20 namespace ast { namespace
Dinvariant_decoration_test.cc20 namespace ast { namespace
Dunary_op.cc18 namespace ast { namespace
Dint_literal_expression.cc20 namespace ast { namespace
Dliteral_expression.cc20 namespace ast { namespace
Dast_type.cc32 namespace ast { namespace
Dinternal_decoration.cc20 namespace ast { namespace
Dnode.cc20 namespace ast { namespace
Dexpression.cc23 namespace ast { namespace
Dpipeline_stage.cc18 namespace ast { namespace
Daccess.cc18 namespace ast { namespace
Dbuiltin.cc18 namespace ast { namespace
Dtype_decl.cc22 namespace ast { namespace

12345678910