Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp747 return CXCursor_ExceptionSpecificationKind_BasicNoexcept; in getExternalExceptionSpecificationKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h198 CXCursor_ExceptionSpecificationKind_BasicNoexcept, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs549 const CXCursor_ExceptionSpecificationKind_BasicNoexcept = 4, constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c938 case CXCursor_ExceptionSpecificationKind_BasicNoexcept: in PrintCursor()