mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-04 14:17:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			597 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			597 B
		
	
	
	
		
			C++
		
	
	
	
	
	
void foo();
 | 
						|
 | 
						|
void foo() {}
 | 
						|
 | 
						|
/*
 | 
						|
OUTPUT:
 | 
						|
{
 | 
						|
  "includes": [],
 | 
						|
  "skipped_by_preprocessor": [],
 | 
						|
  "types": [],
 | 
						|
  "funcs": [{
 | 
						|
      "id": 0,
 | 
						|
      "usr": 4259594751088586730,
 | 
						|
      "detailed_name": "void foo()",
 | 
						|
      "qual_name_offset": 5,
 | 
						|
      "short_name": "foo",
 | 
						|
      "kind": 12,
 | 
						|
      "storage": 1,
 | 
						|
      "declarations": [{
 | 
						|
          "spell": "1:6-1:9|-1|1|1",
 | 
						|
          "param_spellings": []
 | 
						|
        }],
 | 
						|
      "spell": "3:6-3:9|-1|1|2",
 | 
						|
      "extent": "3:1-3:14|-1|1|0",
 | 
						|
      "bases": [],
 | 
						|
      "derived": [],
 | 
						|
      "vars": [],
 | 
						|
      "uses": [],
 | 
						|
      "callees": []
 | 
						|
    }],
 | 
						|
  "vars": []
 | 
						|
}
 | 
						|
*/
 |