Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXType.cpp1321 return CXTypeNullability_Unspecified; in clang_Type_getNullability()
/external/llvm-project/clang/include/clang-c/
DIndex.h3860 CXTypeNullability_Unspecified = 2, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1032 const CXTypeNullability_Unspecified = 2, constant
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1551 case CXTypeNullability_Unspecified: in PrintNullabilityKind()