| /third_party/rust/crates/syn/src/gen/ |
| D | visit.rs | 779 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/ |
| D | parserRealSource8.js | 531 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
|
| D | parserRealSource7.js | 870 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
|
| D | parserRealSource5.js | 116 function prePrintAST(ast, parent, walker) { argument 123 function postPrintAST(ast, parent, walker) { argument
|
| D | parserRealSource14.js | 146 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/skia/third_party/externals/jinja2/ |
| D | meta.py | 29 def find_undeclared_variables(ast): argument 53 def find_referenced_templates(ast): argument
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | meta.py | 36 def find_undeclared_variables(ast): argument 60 def find_referenced_templates(ast): argument
|
| /third_party/ffmpeg/libavformat/ |
| D | astenc.c | 49 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
|
| D | avidec.c | 133 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 …]
|
| D | jvdec.c | 76 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/ |
| D | gen_helper.rs | 79 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/ |
| D | parser.rs | 16 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/ |
| D | decoration.cc | 20 namespace ast { namespace
|
| D | invariant_decoration_test.cc | 20 namespace ast { namespace
|
| D | int_literal_expression.cc | 20 namespace ast { namespace
|
| D | access.cc | 18 namespace ast { namespace
|
| D | ast_type.cc | 32 namespace ast { namespace
|
| D | pipeline_stage.cc | 18 namespace ast { namespace
|
| D | builtin.cc | 18 namespace ast { namespace
|
| D | literal_expression.cc | 20 namespace ast { namespace
|
| D | expression.cc | 23 namespace ast { namespace
|
| D | node.cc | 20 namespace ast { namespace
|
| D | internal_decoration.cc | 20 namespace ast { namespace
|
| D | unary_op.cc | 18 namespace ast { namespace
|
| D | type_decl.cc | 22 namespace ast { namespace
|