Searched defs:TSourceLoc (Results 1 – 3 of 3) sorted by relevance
25 struct TSourceLoc { struct26 int first_file;27 int first_line;28 int last_file;29 int last_line;
26 struct TSourceLoc struct28 int first_file;29 int first_line;30 int last_file;31 int last_line;
26 struct TSourceLoc struct34 constexpr TSourceLoc kNoSourceLoc{-1, -1, -1, -1}; argument