Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2347 CXCursor_AnnotateAttr = 406, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp50 case attr::Annotate: return CXCursor_AnnotateAttr; in GetCursorKind()
DCIndex.cpp4248 if (C.kind == CXCursor_AnnotateAttr) { in clang_getCursorSpelling()
4730 case CXCursor_AnnotateAttr: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs503 const CXCursor_AnnotateAttr = 406, constant