Home
last modified time | relevance | path

Searched refs:json_frame (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py111 def __init__(self, json_frame): argument
112 self.lctx_id = json_frame['lctx_id']
113 self.caption = json_frame['location_context']
114 self.decl = json_frame['calling']
115 self.loc = SourceLocation(json_frame['location']) \
116 if json_frame['location'] is not None else None
131 def __init__(self, json_frame): argument
132 self.location_context = LocationContext(json_frame)
135 b['value']) for b in json_frame['items']]
136 if json_frame['items'] is not None else [])