Home
last modified time | relevance | path

Searched refs:CXCursor_UnexposedAttr (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dcomp.rs1337 if cur.kind() == CXCursor_UnexposedAttr { in from_ty()
1343 CXCursor_UnexposedAttr => { in from_ty()
/external/clang/include/clang-c/
DIndex.h2340 CXCursor_UnexposedAttr = 400, enumerator
/external/rust/crates/bindgen/src/
Dclang.rs554 (kind == CXCursor_UnexposedAttr && in has_attr()
/external/clang/tools/libclang/
DCXCursor.cpp66 return CXCursor_UnexposedAttr; in GetCursorKind()
DCIndex.cpp4718 case CXCursor_UnexposedAttr: in clang_getCursorKindSpelling()
5135 case CXCursor_UnexposedAttr: in clang_isUnexposed()
/external/llvm-project/clang/include/clang-c/
DIndex.h2587 CXCursor_UnexposedAttr = 400, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp129 return CXCursor_UnexposedAttr; in GetCursorKind()
DCIndex.cpp5403 case CXCursor_UnexposedAttr: in clang_getCursorKindSpelling()
5912 case CXCursor_UnexposedAttr: in clang_isUnexposed()
/external/rust/crates/clang-sys/src/
Dlib.rs456 const CXCursor_UnexposedAttr = 400, constant