Searched defs:ScopeContext (Results 1 – 5 of 5) sorted by relevance
43 struct ScopeContext { struct44 std::vector<ScopeEntry> scopes;45 size_t next_id = 1;
36 struct ScopeContext { struct37 std::unordered_set<ScopePtr> children_;38 ScopePtr scope_;39 node_list nlist_;40 value_list inputs_;41 value_list outputs_;42 std::unordered_map<Value*, Value*> env_to_subgraph_;
537 struct ScopeContext { struct540 ScopeContext(Scope Context, ScopeKind Kind = ScopeKind::NoAttribute) argument544 SmallVector<ScopeContext, 8> ScopeHistory; argument
326 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function
130 enum class ScopeContext { enum in perfetto::trace_processor::protozero_to_json::__anondefe79830111::JsonBuilder