Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp724 return CXTypeLayoutError_Incomplete; in clang_Type_getAlignOf()
759 return CXTypeLayoutError_Incomplete; in clang_Type_getSizeOf()
776 return CXTypeLayoutError_Incomplete; in visitRecordForValidation()
802 return CXTypeLayoutError_Incomplete; in validateFieldParentType()
808 return CXTypeLayoutError_Incomplete; in validateFieldParentType()
/external/clang/include/clang-c/
DIndex.h3397 CXTypeLayoutError_Incomplete = -2, enumerator
/external/rust/android-crates-io/crates/bindgen/
Dclang.rs1196 CXTypeLayoutError_Incomplete => Incomplete, in from()
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1124 const CXTypeLayoutError_Incomplete = -2, constant