Home
last modified time | relevance | path

Searched refs:CXTypeLayoutError_Dependent (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp726 return CXTypeLayoutError_Dependent; in clang_Type_getAlignOf()
761 return CXTypeLayoutError_Dependent; in clang_Type_getSizeOf()
778 return CXTypeLayoutError_Dependent; in visitRecordForValidation()
810 return CXTypeLayoutError_Dependent; in validateFieldParentType()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp910 return CXTypeLayoutError_Dependent; in clang_Type_getAlignOf()
948 return CXTypeLayoutError_Dependent; in clang_Type_getSizeOf()
972 return CXTypeLayoutError_Dependent; in visitRecordForValidation()
1004 return CXTypeLayoutError_Dependent; in validateFieldParentType()
/external/clang/include/clang-c/
DIndex.h3401 CXTypeLayoutError_Dependent = -3, enumerator
/external/rust/crates/bindgen/src/
Dclang.rs955 CXTypeLayoutError_Dependent => Dependent, in from()
/external/llvm-project/clang/include/clang-c/
DIndex.h3900 CXTypeLayoutError_Dependent = -3, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1007 const CXTypeLayoutError_Dependent = -3, constant