Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp753 return CXCursor_ExceptionSpecificationKind_ComputedNoexcept; in getExternalExceptionSpecificationKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h203 CXCursor_ExceptionSpecificationKind_ComputedNoexcept, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs550 const CXCursor_ExceptionSpecificationKind_ComputedNoexcept = 5, constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c942 case CXCursor_ExceptionSpecificationKind_ComputedNoexcept: in PrintCursor()