Searched refs:CXTargetInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h86 typedef struct CXTargetInfoImpl *CXTargetInfo; typedef in typeref:struct:CXTargetInfoImpl
1699 * The CXTargetInfo object cannot outlive the CXTranslationUnit object.
1701 CINDEX_LINKAGE CXTargetInfo
1705 * Destroy the CXTargetInfo object.
1708 clang_TargetInfo_dispose(CXTargetInfo Info);
1716 clang_TargetInfo_getTriple(CXTargetInfo Info);
1724 clang_TargetInfo_getPointerWidth(CXTargetInfo Info);

Completed in 68 milliseconds