Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp743 return CXCursor_ExceptionSpecificationKind_Dynamic; in getExternalExceptionSpecificationKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h188 CXCursor_ExceptionSpecificationKind_Dynamic, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs547 const CXCursor_ExceptionSpecificationKind_Dynamic = 2, constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c930 case CXCursor_ExceptionSpecificationKind_Dynamic: in PrintCursor()