Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:Included

892       CXString Included = clang_getFileName(File);
893 printf(" (%s)", clang_getCString(Included));
894 clang_disposeString(Included);