Commit 2c47aea
add predicate to obtain symbol ID of a member
Summary: Right now in the swift/scip schema, most predicates require a scip.Symbol (i.e. a symbol ID) to be queried. Symbols IDs for classes can be retrieved with scip.DisplayNameSymbol, but it's much harder for members. In addition, it's hard to connect containers and their members. This diff fixes that.
Reviewed By: phlalx
Differential Revision: D79338724
fbshipit-source-id: 37118a3ae7bef7d658d37a012b0595fc73340fda1 parent 57257de commit 2c47aea
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
13 | 39 | | |
0 commit comments