Searched refs:clang_getCursorExceptionSpecificationType (Results 1 – 6 of 6) sorted by relevance
199 clang_getCursorExceptionSpecificationType
775 int clang_getCursorExceptionSpecificationType(CXCursor C) { in clang_getCursorExceptionSpecificationType() function
3790 CINDEX_LINKAGE int clang_getCursorExceptionSpecificationType(CXCursor C);
2008 …pub fn clang_getCursorExceptionSpecificationType(cursor: CXCursor) -> CXCursor_ExceptionSpecificat…
1682 exc_kind = conf.lib.clang_getCursorExceptionSpecificationType(self)
921 switch (clang_getCursorExceptionSpecificationType(Cursor)) in PrintCursor()