Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp755 return CXCursor_ExceptionSpecificationKind_Unevaluated; in getExternalExceptionSpecificationKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h208 CXCursor_ExceptionSpecificationKind_Unevaluated, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs551 const CXCursor_ExceptionSpecificationKind_Unevaluated = 6, constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c946 case CXCursor_ExceptionSpecificationKind_Unevaluated: in PrintCursor()