Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCInstanceMethodDecl (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs13 use clang_sys::CXCursor_ObjCInstanceMethodDecl;
178 CXCursor_ObjCInstanceMethodDecl | in from_ty()
Dfunction.rs464 CXCursor_ObjCInstanceMethodDecl | in from_ty()
572 let ty_ret_type = if kind == CXCursor_ObjCInstanceMethodDecl || in from_ty()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3041 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6473 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6497 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6520 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6571 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6595 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6622 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6654 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6688 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6719 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.cpp84 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
996 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1017 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
H A DCIndex.cpp4306 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
4514 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
6327 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
6363 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
6793 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h1597 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h1230 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h1230 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h1230 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h1230 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs294 const CXCursor_ObjCInstanceMethodDecl = 16, constant