Home
last modified time | relevance | path

Searched refs:clang_getCursorExceptionSpecificationType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports199 clang_getCursorExceptionSpecificationType
DCXType.cpp775 int clang_getCursorExceptionSpecificationType(CXCursor C) { in clang_getCursorExceptionSpecificationType() function
/external/llvm-project/clang/include/clang-c/
DIndex.h3790 CINDEX_LINKAGE int clang_getCursorExceptionSpecificationType(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs2008 …pub fn clang_getCursorExceptionSpecificationType(cursor: CXCursor) -> CXCursor_ExceptionSpecificat…
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1682 exc_kind = conf.lib.clang_getCursorExceptionSpecificationType(self)
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c921 switch (clang_getCursorExceptionSpecificationType(Cursor)) in PrintCursor()