Home
last modified time | relevance | path

Searched refs:clang_Cursor_getObjCPropertyGetterName (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports34 clang_Cursor_getObjCPropertyGetterName
DCIndex.cpp8226 CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C) { in clang_Cursor_getObjCPropertyGetterName() function
/external/llvm-project/clang/include/clang-c/
DIndex.h4561 CINDEX_LINKAGE CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1757 pub fn clang_Cursor_getObjCPropertyGetterName(cursor: CXCursor) -> CXString;
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1113 CXString Name = clang_Cursor_getObjCPropertyGetterName(Cursor); in PrintCursor()