Home
last modified time | relevance | path

Searched refs:from_location (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py61 cursor = Cursor.from_location(tu, location)
74 cursor = Cursor.from_location(tu, offset_location)
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h329 static source_range from_location (location_t loc) in from_location() function
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h330 static source_range from_location (location_t loc) in from_location() function
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.c293 return source_range::from_location (loc); in get_range_from_loc()
H A Dline-map.cc293 return source_range::from_location (loc); in get_range_from_loc()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c293 return source_range::from_location (loc); in get_range_from_loc()
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1423 def from_location(tu, location): member in Cursor