mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-10-31 12:42:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			298 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			298 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void foo();
 | |
| 
 | |
| void foo() {}
 | |
| 
 | |
| /*
 | |
| OUTPUT:
 | |
| {
 | |
|   "types": [],
 | |
|   "functions": [{
 | |
|       "id": 0,
 | |
|       "usr": "c:@F@foo#",
 | |
|       "short_name": "foo",
 | |
|       "qualified_name": "foo",
 | |
|       "declarations": ["1:1:6"],
 | |
|       "definition": "1:3:6",
 | |
|       "uses": ["1:1:6", "1:3:6"]
 | |
|     }],
 | |
|   "variables": []
 | |
| }
 | |
| */ |