Home
last modified time | relevance | path

Searched refs:clang_getExceptionSpecificationType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports236 clang_getExceptionSpecificationType
DCXType.cpp764 int clang_getExceptionSpecificationType(CXType X) { in clang_getExceptionSpecificationType() function
777 return clang_getExceptionSpecificationType(clang_getCursorType(C)); in clang_getCursorExceptionSpecificationType()
/external/llvm-project/clang/include/clang-c/
DIndex.h3716 CINDEX_LINKAGE int clang_getExceptionSpecificationType(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs2058 … pub fn clang_getExceptionSpecificationType(type_: CXType) -> CXCursor_ExceptionSpecificationKind;