Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp825 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
840 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
846 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1019 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
1034 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
1040 return CXTypeLayoutError_InvalidFieldName; in clang_Type_getOffsetOf()
/external/clang/include/clang-c/
DIndex.h3409 CXTypeLayoutError_InvalidFieldName = -5 enumerator
/external/rust/crates/bindgen/src/
Dclang.rs957 CXTypeLayoutError_InvalidFieldName => InvalidFieldName, in from()
/external/llvm-project/clang/include/clang-c/
DIndex.h3908 CXTypeLayoutError_InvalidFieldName = -5, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1009 const CXTypeLayoutError_InvalidFieldName = -5, constant