File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
* for jump-to-definition in the code viewer.
5
5
* @kind definitions
6
6
* @id cpp/jump-to-definition
7
+ * @tags local-definitions
7
8
*/
8
9
9
10
import definitions
Original file line number Diff line number Diff line change 4
4
* for jump-to-definition in the code viewer.
5
5
* @kind definitions
6
6
* @id cpp/jump-to-definition
7
+ * @tags local-references
7
8
*/
8
9
9
10
import definitions
10
11
11
12
external string selectedSourceFile ( ) ;
12
13
13
14
cached File getEncodedFile ( string name ) {
14
- result .getAbsolutePath ( ) .replaceAll ( ":" , "_" ) = name
15
+ result .getAbsolutePath ( ) .replaceAll ( ":" , "_" ) = name
15
16
}
16
17
17
-
18
-
19
18
from Top e , Top def , string kind
20
19
where def = definitionOf ( e , kind ) and def .getFile ( ) = getEncodedFile ( selectedSourceFile ( ) )
21
20
select e , def , kind
You can’t perform that action at this time.
0 commit comments