Home
last modified time | relevance | path

Searched refs:CXTypeLayoutError_Incomplete (Results 1 – 6 of 6) 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/llvm-project/clang/tools/libclang/
DCXType.cpp908 return CXTypeLayoutError_Incomplete; in clang_Type_getAlignOf()
946 return CXTypeLayoutError_Incomplete; in clang_Type_getSizeOf()
970 return CXTypeLayoutError_Incomplete; in visitRecordForValidation()
996 return CXTypeLayoutError_Incomplete; in validateFieldParentType()
1002 return CXTypeLayoutError_Incomplete; in validateFieldParentType()
/external/clang/include/clang-c/
DIndex.h3397 CXTypeLayoutError_Incomplete = -2, enumerator
/external/rust/crates/bindgen/src/
Dclang.rs954 CXTypeLayoutError_Incomplete => Incomplete, in from()
/external/llvm-project/clang/include/clang-c/
DIndex.h3896 CXTypeLayoutError_Incomplete = -2, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1006 const CXTypeLayoutError_Incomplete = -2, constant