Home | History | Annotate | Download | only in clang-c

Lines Matching refs:CXFile

286 typedef void *CXFile;
292 CINDEX_LINKAGE CXString clang_getFileName(CXFile SFile);
297 CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile);
300 * \brief Uniquely identifies a CXFile, that refers to the same underlying file,
315 CINDEX_LINKAGE int clang_getFileUniqueID(CXFile file, CXFileUniqueID *outID);
323 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
335 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
342 CINDEX_LINKAGE int clang_File_isEqual(CXFile file1, CXFile file2);
406 CXFile file,
414 CXFile file,
476 CXFile *file,
535 CXFile *file,
563 CXFile *file,
592 CXFile *file,
628 CXFile file);
2709 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
3864 * \brief Given a CXFile header file, return the module that contains it, if one
3867 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
3874 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
3922 CXFile clang_Module_getTopLevelHeader(CXTranslationUnit,
4983 typedef void (*CXInclusionVisitor)(CXFile included_file,
5107 CINDEX_LINKAGE CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file,
5123 CXFile file,
5133 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile,
5137 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
5144 * \brief The client's data object that is associated with a CXFile.
5188 CXFile file;
5205 CXFile file;
5465 CXFile mainFile, void *reserved);
5682 CXFile *file,