Searched defs:CursorSourceLocation (Results 1 - 1 of 1) sorted by last modified time

/external/clang/tools/c-index-test/
H A Dc-index-test.c2124 } CursorSourceLocation; typedef in typeref:struct:__anon19489
2134 CursorSourceLocation *Locations = 0;
2145 Locations = (CursorSourceLocation *)malloc(
2146 NumLocations * sizeof(CursorSourceLocation));
2305 CursorSourceLocation *Locations = 0;
2316 Locations = (CursorSourceLocation *)malloc(
2317 NumLocations * sizeof(CursorSourceLocation));

Completed in 71 milliseconds