Searched refs:clang_getExceptionSpecificationType (Results 1 – 4 of 4) sorted by relevance
236 clang_getExceptionSpecificationType
764 int clang_getExceptionSpecificationType(CXType X) { in clang_getExceptionSpecificationType() function777 return clang_getExceptionSpecificationType(clang_getCursorType(C)); in clang_getCursorExceptionSpecificationType()
3716 CINDEX_LINKAGE int clang_getExceptionSpecificationType(CXType T);
2058 … pub fn clang_getExceptionSpecificationType(type_: CXType) -> CXCursor_ExceptionSpecificationKind;