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

Lines Matching refs:CXFile

286 typedef void *CXFile;
291 CINDEX_LINKAGE CXString clang_getFileName(CXFile SFile);
296 CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile);
299 * \brief Uniquely identifies a CXFile, that refers to the same underlying file,
314 CINDEX_LINKAGE int clang_getFileUniqueID(CXFile file, CXFileUniqueID *outID);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
341 CINDEX_LINKAGE int clang_File_isEqual(CXFile file1, CXFile file2);
405 CXFile file,
413 CXFile file,
475 CXFile *file,
534 CXFile *file,
562 CXFile *file,
591 CXFile *file,
627 CXFile file);
2843 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
4042 * \brief Given a CXFile header file, return the module that contains it, if one
4045 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
4052 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
4100 CXFile clang_Module_getTopLevelHeader(CXTranslationUnit,
5188 typedef void (*CXInclusionVisitor)(CXFile included_file,
5365 CINDEX_LINKAGE CXResult clang_findReferencesInFile(CXCursor cursor, CXFile file,
5381 CXFile file,
5391 CXResult clang_findReferencesInFileWithBlock(CXCursor, CXFile,
5395 CXResult clang_findIncludesInFileWithBlock(CXTranslationUnit, CXFile,
5402 * \brief The client's data object that is associated with a CXFile.
5446 CXFile file;
5463 CXFile file;
5723 CXFile mainFile, void *reserved);
5952 CXFile *file,