Searched refs:caret_loc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-format-json.cc62 location_t caret_loc = get_pure_location (loc_range->m_loc); local
64 if (caret_loc == UNKNOWN_LOCATION)
71 result->set ("caret", json_from_expanded_location (caret_loc));
72 if (start_loc != caret_loc
75 if (finish_loc != caret_loc
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-format-json.cc85 location_t caret_loc = get_pure_location (loc_range->m_loc); local
87 if (caret_loc == UNKNOWN_LOCATION)
94 result->set ("caret", json_from_expanded_location (context, caret_loc));
95 if (start_loc != caret_loc
98 if (finish_loc != caret_loc
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c1435 location_t caret_loc = location; local
1436 if (IS_ADHOC_LOC (caret_loc))
1437 caret_loc = get_location_from_adhoc_loc (set, caret_loc);
1439 const line_map *map = linemap_lookup (set, caret_loc);
1448 (linemap_check_macro (map), caret_loc);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc1514 location_t caret_loc = location;
1515 if (IS_ADHOC_LOC (caret_loc))
1516 caret_loc = get_location_from_adhoc_loc (set, caret_loc);
1518 const line_map *map = linemap_lookup (set, caret_loc);
1527 (linemap_check_macro (map), caret_loc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5772 location_t caret_loc = get_pure_location (id_expression.get_location ());
5776 = make_location (caret_loc, start_loc, finish_loc);
23036 location_t caret_loc = (declarator && declarator->id_loc != UNKNOWN_LOCATION
23039 location_t param_loc = make_location (caret_loc,
5770 location_t caret_loc = get_pure_location (id_expression.get_location ()); local
23034 location_t caret_loc = (declarator && declarator->id_loc != UNKNOWN_LOCATION local
41975 location_t caret_loc = get_pure_location (varid.get_location ()); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc6062 location_t caret_loc = get_pure_location (id_expression.get_location ());
6066 = make_location (caret_loc, start_loc, finish_loc);
24999 location_t caret_loc = (declarator && declarator->id_loc != UNKNOWN_LOCATION
25002 location_t param_loc = make_location (caret_loc,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4409 location_t caret_loc = (id_declarator->u.id.id
4412 location_t param_loc = make_location (caret_loc, start_loc, end_loc);
4407 location_t caret_loc = (id_declarator->u.id.id local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4446 location_t caret_loc = (id_declarator->u.id.id
4449 location_t param_loc = make_location (caret_loc, start_loc, end_loc);
4444 location_t caret_loc = (id_declarator->u.id.id local

Completed in 555 milliseconds