Searched defs:shadows (Results 1 – 8 of 8) sorted by relevance
63 std::unordered_map<const ast::Variable*, const ast::Node*> shadows; member
180 if (auto* shadows = scope_stack_.Get(param->symbol)) { in TraverseFunction() local261 if (auto* shadows = scope_stack_.Get(v->variable->symbol)) { in TraverseStatement() local
129 void SetShadows(const sem::Node* shadows) { shadows_ = shadows; } in SetShadows()220 void SetShadows(const sem::Node* shadows) { shadows_ = shadows; } in SetShadows()
206 void SetShadows (real64 shadows) in SetShadows()
39 float shadows; member
254 shadows: [{color: CanvasKit.BLACK, blurRadius: 15}, property
961 const shadows = this._lazy.shadows || (this._lazy.shadows = new Map<number, Inode>()); constant
2831 shadows?: TextShadow[]; property