ΒΆint clang_File_isEqual(CXFile file1, CXFile file2)

Description

Returns non-zero if the \c file1 and \c file2 point to the same file, or they are both NULL.

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

Parameters

CXFile file1
CXFile file2