ΒΆCXRemapping clang_getRemappings(const char* path)
CXRemapping clang_getRemappings(const char* path)
Description
Retrieve a remapping.
Declared at: clang/include/clang-c/Index.h:6127
Parameters
- const char* path
- the path that contains metadata about remappings.
Returns
the requested remapping. This remapping must be freed via a call to \c clang_remap_dispose(). Can return NULL if an error occurred.