Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp753 return CXCursor_ExceptionSpecificationKind_ComputedNoexcept; in getExternalExceptionSpecificationKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h203 CXCursor_ExceptionSpecificationKind_ComputedNoexcept, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c943 case CXCursor_ExceptionSpecificationKind_ComputedNoexcept: in PrintCursor()