ΒΆvoid clang_remap_getFilenames(
    CXRemapping,
    unsigned int index,
    CXString* original,
    CXString* transformed)

Description

Get the original and the associated filename from the remapping.

Declared at: clang/include/clang-c/Index.h:6156

Parameters

CXRemapping
unsigned int index
CXString* original
If non-NULL, will be set to the original filename.
CXString* transformed
If non-NULL, will be set to the filename that the original is associated with.